Home Forums Square Slider colors…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1386
    jvalks
    Participant

    Hi,
    Thanks for this awesome theme! Is there a way to change the color of the Slider caption title & sub-title? Can the opacity also be changed somehow?
    Thanks!!

    #1457
    Hash
    Keymaster

    The slider caption title and subtitle is white and if you want to change the color here is the CSS

    .sq-slide-cap-title{
    color: #FFFFFF;
    }

    .sq-slide-cap-desc{
    color: #FFFFFF;
    }

    Change the #FFFFFF to your desired color.

    To change the opacity of the caption background, here is the CSS

    .sq-slide-caption{
    background: rgba(0,0,0,0.2);
    }

    Change 0.2 to 0.3, 0.4 …

    #7336
    migue3110
    Participant

    Hello, I’m new here. In the file style.css I can not find that entry, there is a similar .ht-slide-caption but it modifies the whole container of title and subtitle but not the concrete of the title only.
    Any suggestions? Thanks

    #7339
    Hash
    Keymaster

    Hi,

    Do not modify the core file. Go to Appearance > Customize > Additional CSS and paste the given CSS code over there.

    Thanks

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