Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17750
    davidyoungs
    Participant

    Hi Sakin

    Firstly a massive thank you for such an excellent, clean, responsive and FREE theme – I’m new to WP but using your them have already built the foundations of a site which is better than one I tried using a paid-for ‘premium’ theme. Great work!

    I have one question – I understand how the featured image is used in the posts which are used to generate the slider content in Catch Everest Free, and I see that the page *title* and *content* are added too, superimposed on the slider image. I would like to use ONLY the excerpt – I saw the post

    http://catchthemes.com/support-forum/topic/remove-title-and-excerpt-on-featured-slider/

    already and edited the custom css with

    #main-slider .entry-container { display: none; }

    OK – which removes BOTH headings from the slider image. is there a way in which to keep the text generated by the post *content* and remove that which is generated by the post *title* please? Or, alteratively can i format the text (colour, size etc) of the text used by the title so its smaller, less bold etc – such that it looks like the non-bold text generated by the post content data? My ultimate aim being to have a small-ish easy to read bit of text overlaying each slider image..

    My dev site currently:

    thirdeyeyoga.co.uk/wp

    Thanks again for the superb theme!

    David

    #17777
    Sakin
    Keymaster

    @davidyoungs: Thanks for your appreciation. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove just title in Featured Post Slider.
    #main-slider .entry-header { display: none; }

    #17783
    davidyoungs
    Participant

    Brilliant – just added your code to Custom CSS and it works great! Thank you very much again for your excellent theme and prompt support – I really appreciate it and will definitely recommend Catch Themes on WordPress.

    Best wishes
    David

    #17785
    Sakin
    Keymaster

    @davidyoungs: Thanks for your support. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to remove *either* title *or* excerpt on featured slider?’ is closed to new replies.