-
AuthorPosts
-
March 17, 2016 at 12:59 am #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 belowThank you!!
March 17, 2016 at 2:11 am #599334Hi 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 KashyapMarch 17, 2016 at 4:37 pm #599680Hello 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-borderThanks again!
March 17, 2016 at 4:43 pm #599692Hi!
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,
YigitMarch 17, 2016 at 4:52 pm #599715Ohhhh, 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!
March 17, 2016 at 4:53 pm #599719Hey!
Yes, sorry missed that. Please add following code to Quick CSS as well
.special-heading-inner-border { border-color: #b6862c!important; }
Best regards,
YigitMarch 17, 2016 at 4:57 pm #599726I shouldve known that…my apologies
Looks great now.Thanks again! =)
March 17, 2016 at 5:01 pm #599736 -
AuthorPosts
- The topic ‘Special Heading custom’ is closed to new replies.