Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1048736

    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.

    #1048885

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.