-
AuthorPosts
-
October 10, 2017 at 5:13 pm #862555
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
MatthiasOctober 10, 2017 at 6:00 pm #862603Hey Ampower,
It looks like your font-weight rule above is written wrong. It should be the following:
font-weight: light!important;Best regards,
Jordan ShannonOctober 11, 2017 at 7:57 am #862760Hi,
thanks, but that still does not change the font weight. Any other options?
Best Regards
MatthiasOctober 11, 2017 at 10:37 pm #863045Hi,
Please provide a link to the page in question and let us know the exact text string you need to update.
Best regards,
Jordan ShannonOctober 12, 2017 at 4:14 pm #863511Hi,
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
October 12, 2017 at 10:20 pm #863642Hi,
Please change font-weight to “lighter” instead of “light”. This is the correct declaration and worked in the browser inspector.
Best regards,
Jordan ShannonOctober 13, 2017 at 9:32 am #863812Thanks, that worked perfect!
October 13, 2017 at 7:06 pm #864096Hi,
Great. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Font weight for content slider’ is closed to new replies.
