Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #697702

    In Enfold -> Advanced Styling I have customized the H3 Heading to: a larger font than default and Font Weight to Normal.
    I have chosen it should only be applied to Main Content and Alternate Content, but it still affects the Font Size and Font Weight of widget titles in the Sidebar Blog widgets and Sidebar Pages widgets, but I want the Widget Titles still to be default style.
    In Enfold -> Advanced Styling I can choose not to apply my customizations to Footer and/or Socket, but I am unable to choose Sidebar Blog or Sidebar Pages.
    In Enfold -> Advanced Styling I can choose to customize Widget Title, but there is no possibilities to change the Widget Title font size or font weight.

    Any suggestions how to get my Widget Titles back to default in my Sidebar Blog and Sidebar Pages, and still have my H3 Headings customized in Main Content and Alternate Content?

    #698251

    Hey BirgitteAlstrom,

    use this code inside Quick CSS field:

    h3.widgettitle {
    font-size: 10px !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #698543

    Thanks, Andy. It worked with this code inside Quick CSS field (because it default also was bold):

    h3.widgettitle {
    font-size: 16px !important;
    font-weight: bold !important;
    }

    Is there anyway to tell the widgettitle in Quick CSS, that it should just take the default font-size or font-weight instead of having me defining the size etc?

    #698546

    Hi!

    Please use following code

    h3.widgettitle {
    font-size: inherit !important;
    }

    Best regards,
    Yigit

    #698554

    Thanks, Yigit.

    #699074

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customized H3 headings in Content AND default Widget Title font in Sidebars’ is closed to new replies.