Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23445
    cpoli
    Member

    Hello again, I have another question to do with the slider this time.. What I would like to do is have my book cover in the slider on the left side and the text and link to the post on the right of the book cover rather than on top of the lower part of the image as it is now. Any help with this would be very much appreciated.
    http://www.faye-hall.info

    #23457
    Sakin
    Keymaster

    @cpoli: This is quite complicated css requested and you might need to hire developer to work for your. To move the slider text to the right you can add the following css in “Appearance => Theme Options => Custom CSS” box

    #slider-wrap .featured-text {
        height: 100%;
        right: 0;
        width: 33%;
    }
    #23482
    cpoli
    Member

    Thank you, I changed that about a little and got what I wanted to do. One little thing though, how do I stop the section turning black when the mouse hovers?

    #23551
    Sakin
    Keymaster

    @cpoli: Just add the following css in “Appearance => Theme Options => Custom CSS” box
    #slider-wrap .featured-text:hover { background-color: transparent; }

    #23578
    cpoli
    Member

    Many Many thanks Sakin, that worked perfectly 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Featured Post Slider’ is closed to new replies.