Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #133216
    luismarioochoa
    Participant

    Hello,

    How can I change:
    1. Color of the Slider Title and Comment?
    2. Font and its Sizes
    3. Level of Opacity in the Title and Content boxes
    4. Space between Title & Content boxes.

    http://www.bonvivanttravel.ca/

    Thank you

    Luis

    #133248
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

    #main-slider .entry-title span {
    	color:#color-code;
    	font-size:desired-size;
    	font-family:desired-font-family;
    }
    #main-slider .entry-content {
    	color:#color-code;
    	font-size:desired-size;
    	font-family:desired-font-family;
    }

    Note: Please change color-code with desired color and font-size with desired size and font family with desired font family. For opacity and spacing please specify the desired values and I will provide you the additional css.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Slider Title color’ is closed to new replies.