Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #590608

    I’m using the left framed option which has a semi-transparent black box behind white text. I want to change it in the same dark purple as the subtext see link. How should i do that? And can I change the font in the same font as the classic heading?

    Best regards
    Mary-Ann

    #590619

    Hi @studioinktvis;
    you can target those both lines (Title ans Legend) separately :

    .caption_framed .slideshow_caption .avia-caption-title{background: rgba(254, 234, 54, 0.5) !important;font-family:'Lato', Helvetica, Arial, sans-serif !important; }
    .caption_framed .slideshow_caption .avia-caption-content p{background: rgba(254, 234, 54, 0.5) !important;font-family:'Lato', Helvetica, Arial, sans-serif !important; }
    

    use your own color and font family.

    #590637

    And where should I do this? In the quickCSS ?

    #590650

    Hi @studioinktvis;
    Yes, if you do not have “A child theme”.

    #590666

    But if I have the Child Theme ;-)

    #590675

    Hey!

    Then you can add the code to either Quick CSS or Style.css file of your child theme :)

    @begrafiks
    Thanks as always :)

    Best regards,
    Yigit

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