Hi together,
hope thats a fast one. I want to have a different font setting for the content slider headline. Ist normaly H3, but I want to use H1 for just this tool. I tried with css to manually adjust it. It works fine, but the font weight does not change:
.avia-content-slider .slide-entry .slide-content .entry-content-header h3 { color:#18314c !important; font-size:20pt !important; font-weight: light; !important; text-transform: none !important;}
Or is there an easyer way to just tell him to use H1 for this content slider instead of H3?
Thanks
Matthias
Hey Ampower,
It looks like your font-weight rule above is written wrong. It should be the following:
font-weight: light!important;
Best regards,
Jordan Shannon
Hi,
thanks, but that still does not change the font weight. Any other options?
Best Regards
Matthias
Hi,
Please provide a link to the page in question and let us know the exact text string you need to update.
Best regards,
Jordan Shannon
Hi,
here the link:
The headlines of the two blog posts down there should be thin – look like my H1 in this case.
My css in the Enfold General Styling settings currently says this:
#top #avia-menu .av-language-switch-item{ display: none; }
.avia-content-slider .slide-entry .slide-content .entry-content-header h3 { color:#18314c !important; font-size:20pt !important; font-weight: light!important; text-transform: none !important;}
Thanks
Hi,
Please change font-weight to “lighter” instead of “light”. This is the correct declaration and worked in the browser inspector.
Best regards,
Jordan Shannon
Thanks, that worked perfect!
Hi,
Great. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon