Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #599310

    Hello Kriesi,

    Thanks again for a great theme =)
    I have been looking around at the forums and inspecting the Special Heading element in Chrome and tried the below CSS to have all the Special Headings the same custom color:
    .custom-color-heading .av-special-heading-tag, #top .custom-color-heading a, #top .custom-color-heading strong, #top .custom-color-heading .special_amp { color: #b6862c;}
    I tried adjusting the special-heading-inner-border however it only seems to change the special characters in the Headings.
    Please let me know what i need to adjust above.
    Site can be found below

    Thank you!!

    #599334

    Hi tlchase!

    We cannot see any special heading element on the link provided. Please share the link where we can inspect the element in question.

    You can try the below css in Enfold > General Styling > Quick CSS

    .home_special_heading_top .av-special-heading-tag{
    color: #000 !important;
    }

    Best regards,
    Vinay Kashyap

    #599680

    Hello Vinnie,

    Please reference another page link below with Special Heading Element in question.
    We’re trying to have all the Special Heading Elements the same custom color (including the line next to the special heading which I believe is labeled special-heading-inner-border

    Thanks again!

    #599692

    Hi!

    Please add following code to Quick CSS

    #top #wrap_all .custom-color-heading .av-special-heading-tag, #top .custom-color-heading a, #top .custom-color-heading strong, #top .custom-color-heading .special_amp {
        color: #b6862c!important;
    }

    Best regards,
    Yigit

    #599715

    Ohhhh, I see what I missed. Thank you so much Yigit, only thing missing though is the line that is part of the Special Heading. I believe it’s labeled special-heading-inner-border when I inspect the element. I included an image of the line in question.

    Thank you again for all your support and guidance!

    #599719

    Hey!

    Yes, sorry missed that. Please add following code to Quick CSS as well

    .special-heading-inner-border {
        border-color: #b6862c!important;
    }

    Best regards,
    Yigit

    #599726

    I shouldve known that…my apologies
    Looks great now.

    Thanks again! =)

    #599736

    Hi!

    No worries at all, glad we could help! :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Special Heading custom’ is closed to new replies.