Forum Replies Created
-
AuthorPosts
-
February 11, 2021 at 6:24 pm in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1279828This reply has been marked as private.February 11, 2021 at 2:07 am in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1279637This reply has been marked as private.January 23, 2021 at 3:13 pm in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1274982
Hi Rikard,
Sorry the class was actually on the “Why Us?” page. I had removed it from the “About” page during testing.
Thanks that worked after adding !important;
I ended up changing it to a regular text box using h2 and this CSS ( .ContactBottom h2 ) because I could not do a hard return in the middle of the text line using the (Special Heading) feature. The text was displaying as ( How can we help your project’s success? ) and could not get it to look like
How can we help your
project’s success?Thank you for the help it’s working correct now.
ScottJanuary 22, 2021 at 4:36 pm in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1274784This reply has been marked as private.January 21, 2021 at 6:21 pm in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1274492Hi Support,
I have another “Custom CSS Class” I cannot get to work. I only trying to change the h2 to ( text-transform: none !important; ), but cannot find the correct css combination to make it work. I have tried all these below with no success.
The Custom CSS Class I am using is ( ContactBottom ) with NO period before it in the Custom CSS Class Field.
h2.av-special-heading-tag.ContactBottom {
text-transform: none !important;
}h2.av-special-heading .av-special-heading-tag.ContactBottom {
text-transform: none !important;
}h2.av-special-heading-tag.ContactBottom {
text-transform: none !important;
}.entry-content-wrapper h2.ContactBottom {
text-transform: none !important;
}Please help to get this to work.
Thanks, ScottJanuary 15, 2021 at 7:52 pm in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1272818Hi Guenni007,
I updated the CSS and that worked correct.
Thank you for the fast reply to fix the issue.
Thanks
ScottJanuary 15, 2021 at 7:49 pm in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1272816Hi Guenni007,
There is NO dot in the ( Advanced / Custom CSS Class For Heading Tag ). Also I tried it both ways, with and without the dot, and neither will work.
Thanks
Scott -
AuthorPosts