Tagged: featured slider
- This topic has 8 replies, 3 voices, and was last updated 10 years, 1 month ago by Sakin.
-
AuthorPosts
-
October 9, 2014 at 12:23 pm #45543shannonMember
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.
October 9, 2014 at 6:27 pm #45570SakinKeymaster@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; }
October 9, 2014 at 7:34 pm #45573shannonMemberHi 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
October 10, 2014 at 8:35 pm #45608SakinKeymaster@@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; }
October 10, 2014 at 8:45 pm #45610shannonMemberexcellent!
Till next time, thank you very much.
October 15, 2014 at 9:02 am #45799VeronikaParticipantI’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!
VeronikaOctober 15, 2014 at 10:59 pm #45833SakinKeymaster@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.
October 15, 2014 at 11:13 pm #45834VeronikaParticipantThanks for your response, I’ll get a quote and see if it’s worth it – I appreciate your time!
October 15, 2014 at 11:16 pm #45838SakinKeymaster@Veronika: Yes please. But if you want to make it left and bottom corner then custom css will work.
-
AuthorPosts
- The topic ‘Featured Slider Text’ is closed to new replies.