Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6393
    akire64
    Member

    How do I center the text in the slider?  Also.. I would like to omit the white/trans box around it if possible.  It detracts a bit from the pictures I am using.  Thank you.

    #6448
    Sakin
    Keymaster

    @akire64: Just add the following CSS in “Custom CSS” box in Theme Options panel.

    /* To Transparent Background in Slider Text */
    #main-slider .entry-title a, #main-slider .entry-content { background-color: transparent; }
    /* To center the slider text */
    #main-slider .entry-container { max-width: 100%; text-align: center; width: 100%; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘center text in slider’ is closed to new replies.