Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #45543
    shannon
    Member

    Issue 1: I only want the title of the post to show not anything from the excerpts or anything from the post itself.

    If you go to my page mtblueribbon.com you will see that the first tab ‘about mt blue ribbon’ has text underneath it. I do not want this text.

    if you go to the next three tabs, there is only the title (because i have left the body of the posts blank). I want to add text to all of them but only want the slider to show:

    about mt blue ribbon, discover montana, explore, montana, and invest montana.

    Issue 2: Also, I have set the title of the pages to center using css .entry-title { text-align: center; }

    this is great for all the pages but now the text on the slider ‘explore montana, discover montana’ etc is also centered when I wanted it left justified, as it was before.

    #45570
    Sakin
    Keymaster

    @shannon: You can add the following css in “Appearance => Theme Options => Custom CSS” to hide it content in the slide and left alight the title in the slider.

    #main-slider .entry-content { display: none; }
    #main-slider .entry-title { text-align: left; }
    #45573
    shannon
    Member

    Hi Sakin,

    Thank you for the help. Issue 2 was resolved but Issue 1 remains:

    I put “#main-slider .entry-content { display: none; }” but as you see in the homepage, “about mt blue ribbon” still has the jkl;jk;jkll underneath it.

    This is the text that I added under the post. To better illustrate the problem, I have also added text in the ‘discover montana’ post which says ‘i don’t want to see this text’

    all i want are the headers

    #45608
    Sakin
    Keymaster

    @@shannon: Ok then you can replace the previous css with the following css:

    #main-slider .entry-container .entry-content,
    #main-slider .entry-container .entry-content:hover {
        display: none;
    }
    #main-slider .entry-title { text-align: left; }
    #45610
    shannon
    Member

    excellent!

    Till next time, thank you very much.

    #45799
    Veronika
    Participant

    I’m not sure where to post a new questions re: slider text.

    I’d like to move the slider text from the bottom left corner to the top right corner – as you can see on my site http://nysbusinesstaxprepcpa.com/
    the top right corner would be a far better place for the text box to be.
    Please let me know if CSS can handle this or if I need to edit a php file.
    Thanks!
    Veronika

    #45833
    Sakin
    Keymaster

    @Veronika: New question can be added in Catch Kathmandu Pro support forum at http://catchthemes.com/support-forum/forum/catch-kathmandu-pro-premium/. At the end of the latest posts, you will see form to post your question.

    changing the position of text to top right will be difficult as we already have position absolute css in our style.css where we have define bottom: 50px and left: 50px. So, we can make it bottom, left zero if you want. But to add top right it’s not possible just by css. You need to change a lot and I recommend you to hire customizer for this.

    #45834
    Veronika
    Participant

    Thanks for your response, I’ll get a quote and see if it’s worth it – I appreciate your time!

    #45838
    Sakin
    Keymaster

    @Veronika: Yes please. But if you want to make it left and bottom corner then custom css will work.

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