Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1429041

    I searched the forum but could not find an answer.
    I want to change the color and thickness of hr. In looking at the code, it seemed like this could be done with some combination of hr-inner hr-inner-style or hr-default in the Quick CSS. I’ve tried a few things but nothing takes effect. I haven’t been a web designer for a long time so maybe I’m just not understanding something very obvious!

    Also I think the H tags have inherited an “all caps” style but I can’t figure out where that has been set.

    Barb

    #1429056

    Hey bbarasa,
    To change the text-transform of H tags you can go to Enfold Theme Options ▸ Advanced Styling ▸ All Headings (H1-H6) and change the text-transform to none:
    Enfold_Support_4266.jpeg
    or you can try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .template-page .entry-content-wrapper h1,#top .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }

    To change the HR element, choose the custom option and then adjust to suit:
    Enfold_Support_4268.jpeg
    I didn’t see a HR element on the page that you linked to.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.