Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57630
    Tremblay
    Participant

    Hi,
    How do I change the title and content size (font size) and colors in the Featured images slider ?

    Thanks

    #57698
    Sakin
    Keymaster

    @Tremblay: You can adjust the width and font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Content Width */
    #main-slider .entry-container {
        width: 50%;
    }
    /* Slider Title Font Size */
    #main-slider .entry-header .entry-title {
        font-size: 24px;
    }
    /* Slider Content Font Size */
    #main-slider .entry-content {
        font-size: 16px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Font sizes an colors (Featured images slider)’ is closed to new replies.