Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #930175

    I am customizing H6 to a different font family than the rest of my theme since I don’t believe I have ever used it. It is taking the size change but not changing the font. Is this not possible to do? Also, When I try to change the color of the H1, H2, ect.. I cannot change the font color. Are these things not possible to do? Also the box for font color that used to be next to the Bold and Italic boxes in the Advanced editor are gone. Is this part of the problem or is that now normal with the update?

    Please keep in mind I do not do code only know how to do quick CSS.

    Thank you.
    Pam

    #930292

    Hey extraeyes,
    Do I understand the you did try to use Enfold Theme Options > Advanced Styling to change the font color and font family, but it didn’t work?
    There may be a conflict if you are you are trying to change a h1 that is actually a special heading element that has had the color set in the element. In this case using quick css such as:

    .av-special-heading-h1 {color: red !important;}
    or
    .av-special-heading-h2 {color: red !important;}

    will help.
    If you can include the url to the page in question, and explain the changes you wish to make, we can assist.

    Best regards,
    Mike

    #931314

    I am trying to change H6 to a different font in Advanced styling, yes. It is not working. It is changing the size but not the font.

    I am trying to change font colors in the Text Block individually on different pages. The whole second line of the text settings in the text block is gone including the strikethrough, horizontal line, TEXT COLOR. The box for text color gone. The line has disappeared. Can’t seem to find out how to get it back?

    Thank you.

    Pam

    #931333

    I have disabled all widgets and still have the text box line missing.
    Pam

    • This reply was modified 6 years, 8 months ago by extraeyes.
    #931729

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look. Also include the page and element with the h6 that you want to change, and what you want to change it too.

    Best regards,
    Mike

    #932615

    I want to include H6 all over the website where ever I see fit. What difference does it make where I would use it? Never mind. I just wont do it. Thank you.

    #932629

    Hi,
    Knowing which elements you would use the h6 in would make it easier to override the theme styles. But you could try using this code in the WordPress > Customize > Additional CSS field:

    #top #wrap_all .all_colors h6, h6 {
        font-family: 'Droid Sans'!important; 
        font-size: 20px !important;
        color: #444444 !important; 
    }

    adjust to suit.

    Best regards,
    Mike

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