Font changes in Slider

  • Author
    Posts
  • #38585

    I would love to move the text in the slider off to the left and drop the highlight behind it. So that way my images in the slider will be on the right side and the descriptive text on the left of it rather than centered over the image. I can kind of get it to work by putting in < BR >’s but the text is still to far pushed off the left side. Also, I would like to be able to change the Title Font and drop the underline. Basically I want to be able to have caption text on the left side of the slider with an image on the right with the Read More button under the caption. Is this possible?

    #38702
    Zed
    Cryout Creations mastermind

    You can do all that with custom styling:

    body .nivo-caption h2, body .nivo-caption .slide-text { float: left; clear: both; } /* move texts to left side */
    body .nivo-caption .slide-text .inline-slide-text {
        background: transparent; box-shadow: none; } /* to remove the caption background */
    body .nivo-caption h2 { font-family: X; font-size: Y; } /* to customize the caption title font */
    body .nivo-caption .slider-text-separator { display: none; } /* hide the underline */ 

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Font changes in Slider’ is closed to new replies.