Tagged: font
I am using this code `.avia-fullscreen-slider .avia-caption-title {font-family: Verdana,
sans-serif; font-size:1em; color:blue; }`
to try to change the font on my fullscreen slider. It changes the color and I can get it to change to generic font family (eg. sans-serif or serif; it is blue in the css code) but the specific fonts do not change)
I also tried changing the fonts in the Advanced styling area. (Actually none of the changes in the styling area seem to be working)
I did try emptying the cache.
Hey tycho4511,
This code works:
#top #wrap_all .slideshow_caption h2.avia-caption-title, #top #wrap_all .av-slideshow-caption h2.avia-caption-title {
font-family: Times New Roman, sans-serif !important;
}
If you need further assistance please let us know.
Best regards,
Victoria