Edit title color in home page slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1149950
    Joël Montpetit
    Participant

    I saw a similar topic on the forum but the additional CSS solution doesn’t work for me.

    Here what I tried:

    .custom-header-wrapper .campterra-page-title {
    font-size: 39px;
    font-size: 2.4375rem;
    color: #333;
    font-family: “Montserrat”, sans-serif;
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.4;
    word-wrap: break-word;
    }

    I have changed colour and no result so far…

    What am I doing wrong?

    #1149956
    Joël Montpetit
    Participant

    I’m talking about the home page to be more precise.

    #1150134
    Joël Montpetit
    Participant

    To be more precise I need to access the class of the title in the slider.

    I’ve tried entry-title without success.

    #1153619
    J. Davis
    Keymaster

    Hi Joël,

    Please try to add the code below to Appearance > Customize > Additional CSS:

    .front-page-header-wrapper .slick-track .entry-header .entry-title{
    	color:#000;
    }

    best regards,
    J. Davis

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