• Resolved elbake

    (@elbake)


    I have a flex slider on the home page and each slider has a title. I would like to change the font of the title and take away the black background behind the text. Is this possible? My site is:
    https://www.elscapades.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hey, you can use this to change the font:

    .headerfont {
    font-family: sans-serif;
    }

    And this to remove the background:

    .captiontitle {
    background: none;
    }

    Just paste them into your custom css box in theme options > advanced settings.
    Hannah

    Thread Starter elbake

    (@elbake)

    Awesome, Thank you for the super quick response!

    Thread Starter elbake

    (@elbake)

    Well I just realized that now my dates on my post excerpts are large with grey background… do you know how to fix this without changing flex titles back to normal?

    hannah

    (@hannahritner)

    Add this:

    .bg-lightgray {
    background: none;
    }

    Hannah

    Thread Starter elbake

    (@elbake)

    great. thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Flex Slider Title Font’ is closed to new replies.