How to enlarge subheading text for the home section?

This topic has 13 replies, 1 voice, and was last updated 7 years, 1 month ago by Yogendra.

Viewing 10 reply threads
  • Author
    Posts
    • #408


      Aldo
      Guest

      Hi,

      I´m trying to find a way to enlarge the subheading text on the Home Section (because it is too small).

      I´ve tried some html code but it does not work.

      Is there a way to fix that?

      Can you help me with that?

      Thanks

    • #409


      Yogendra
      Guest

      Hello Aldo,

      Try using the CSS below

      .promo-section p {
      font-size: 18px !important;
      }

      Change the size to whatever suits you. for ex 16px , 20px etc

      Paste this CSS into Appearance->Customize->Additional CSS

      Regards
      Yogendra

    • #410


      Aldo
      Guest

      Hi,
      I´ve included the css code.

      But it didn´t change at all.

      Is there something else to do?

      Thanks
      Aldo

    • #411


      Yogendra
      Guest

      Hello Aldo,

      Please attach a screenshot of what you did?

      Regards

    • #412


      Aldo
      Guest

      Hi,
      Here it goes:
      http://tinypic.com/r/swbv40/9

      Thanks

    • #413


      Aldo
      Guest

      Here´s another link (in case the previous don´t work):
      https://www.dropbox.com/s/s2vf941dcbnslsj/Css.png?dl=0

      Thanks

    • #414


      Yogendra
      Guest

      Hey Aldo,

      The way you have write CSS will not work at all. You have write code inside /* */
      This is a comment in CSS means anything that’s inside will be omitted.
      Just remove those and it will work. Also remove the text Click the help icon….

      Regards

    • #422


      Aldo
      Guest

      Hi,
      How to insert an image on a text widget?
      Like the following in this link:
      https://www.dropbox.com/s/1yo7p43eyy7i4d4/Image%20inside%20a%20text.png?dl=0

      How to center an image on a page?
      Like the following in this link:
      https://www.dropbox.com/s/ymvzq9syu5bwao3/Center_image.png?dl=0

      Thanks.

      • #442


        Yogendra
        Guest

        Hello Aldo,

        Always create a new topic if the issue is new.

        How to insert an image on a text widget?
        Like the following in this link:
        https://www.dropbox.com/s/1yo7p43eyy7i4d4/Image%20inside%20a%20text.png?dl=0

        Here are the steps that you need to follow
        Step 1) Just upload your image first through Media menu
        Step 2) Click on the image you just uploaded and it will show you the image details popup
        Step 3) Copy the URL of the image from right section

        image url

        View post on imgur.com

        Step 4) Now open your Text Widget
        Step 5) Click on the Text tab on the top right

        text widget

        View post on imgur.com

        Step 6) Now if you want to edit previous image then find the img tag of that image and paste your copied URL otherwise if you want to add a new image simply add by using .

        Step 7) Save it

        Regards

      • #443


        Yogendra
        Guest

        For your 2nd issue

        How to center an image on a page?
        Like the following in this link:
        https://www.dropbox.com/s/ymvzq9syu5bwao3/Center_image.png?dl=0

        — To center your image you need to wrap that image inside div tag and give it style text-align:center;

        For eg- Assume that this is your image
        <img src="abc.jpg" />

        Now wrap it inside div
        <div><img src="abc.jpg" /></div>

        Now give style to div
        <div style="text-align:center;"><img src="abc.jpg" /></div>

        Regards

    • #434


      Aldo
      Guest

      Hi,
      How to insert an image on a text widget?
      Like the following in this link:
      https://www.dropbox.com/s/1yo7p43eyy7i4d4/Image%20inside%20a%20text.png?dl=0

      How to center an image on a page?
      Like the following in this link:
      https://www.dropbox.com/s/ymvzq9syu5bwao3/Center_image.png?dl=0

      Thanks.

    • #439


      Aldo
      Guest

      Hi,
      How to insert an image on a text widget?
      Like the following in this link:
      https://www.dropbox.com/s/1yo7p43eyy7i4d4/Image%20inside%20a%20text.png?dl=0

      Can you help me with that?
      THanks.

    • #441


      Aldo
      Guest

      Hi,

      I´m about to buy this theme but without knowing how todo basic things I can´t proceed.
      Thanks again.

      • #444


        Yogendra
        Guest

        Hello Aldo,

        Watch this video for pro version

        How to create a Homepage from Scratch in SomaPro WordPress theme

        Soma Video Tutorials

        Regards

Viewing 10 reply threads

Reply To: How to enlarge subheading text for the home section?

Your information: