Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1026115

    Hello
    How can I change the font-weight in the fullscreen-slider from the caption title and the caption content ? (not the buttons)

    thanks a lot for your help.
    kinde regards
    Roger

    #1026502

    Hey Roger,

    These are the selectors that target those, you can apply any rules you need with them

    
    #top #wrap_all .slideshow_caption h2.avia-caption-title,
     #top #wrap_all .av-slideshow-caption h2.avia-caption-title {
       color: red;
     }
    #top .avia-caption-content p {
      color: red;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1026566

    Hi Victoria

    Super, thanks a lot. That works great.

    Kind Regards
    Roger

    #1026810

    Hi Roger,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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