• Resolved rashidazhussain

    (@rashidazhussain)


    Hello,

    I need help with some css.

    I have this section where: after bullet points.
    WhtsApp and Email is under H2 and the information is linked. So the text is font size and color is looking different.
    How can I make it same font and color?

    Kindly advise.
    Thanks in advance.
    Rashida H.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I’m assuming you want the link part of the h2 to be styled like the h2 itself. You can use the instructions below to do so:

    1) Log into your website

    2) Using the left-hand navigation, browse to Appearance > Customize

    3) Find the “Additional CSS” tab on the left-hand side of The Customizer.

    4) Paste the following CSS:

    #page h2 a {
        color: #c70006;
        font-size: 22px;
        font-weight: 400;
    }
    #page h2 a:hover {
    	color: #002663;
    }

    5) Click the blue “Publish” button toward the top of the page.

    – – – – –

    Hopefully the above works for you!

    Thread Starter rashidazhussain

    (@rashidazhussain)

    It worked. Thank you so much! ??

    However; I need help with 2 more issues on my Homepage.

    1: On my homepage; when I click on “Product Catalog” from nav bar. It jumps down to that section in the homepage but not by the heading. It jumps down in the middle of the Product Catalog section. How can I fix this? That when a user click on Product Catalog on nav bar – it jumps down to the heading of that section.

    2: If you scroll down to the “Product Catalog” section on the homepage (by the end of the page). I have an extra space above the heading in blue. How can I decrease that space?

    Kindly advise.
    Thanks for the help in advance.

    Regards,
    Rashida H.

    Thread Starter rashidazhussain

    (@rashidazhussain)

    Thanks, it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Help Needed for Text.’ is closed to new replies.