Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #113516

    Is it possible to not show the excerpt in the featured slider section but show it in the blog posts?

    How do I change the call to action button, “Learn more…” in the slider to “Listen to Radio Episode” but leave the call to action (Learn more…) in the blog section the same ?

    My site is jamesmillerlifeology.com I have it currently set to my previous theme until I understand your new theme better (Fabulously Fluid Pro).

    thanks for your help.

    #113553
    Mahesh
    Keymaster

    @jamesmillerlifeology: Showing excerpt in blog posts and not in Featured Slider is possible. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .entry-content {
        display: none;
    }

    For displaying different text in different section, you’ll need to customize the theme further through child theme. You can find more details on creating child theme HERE. I recommend you to hire a customizer.

    Regards,
    Mahesh

    #113605

    Thank you.

    Is it possible to show “bullet points” instead of the thumbnail of the Main Slider image? The thumbnail images are not the same size. I prefer a clean look instead of different sized thumbnails.

    Thank you.

    #113638
    Mahesh
    Keymaster

    @jamesmillerlifeology: Please use image with same dimensions to avoid the issue. Please check the theme instruction for details. Let me know if any problem.
    https://catchthemes.com/theme-instructions/fabulous-fluid-pro/#featured-image

    Regards,
    Mahesh

    #113672

    Hello. I have my image optimizer set for the parameters for this theme. I also have used the regenerate thumbnail, but alas it’s still not working.

    I saw a css option from another post
    #feature-slider .entry-thumbnail {
    display: none;
    }

    to get rid of the thumbnail entirely. It appeared to have worked for the person who posted the question, but I can’t get it to work.

    any suggestions?

    #113716
    Mahesh
    Keymaster

    @jamesmillerlifeology: Checked your site, seems you’ve resolved the issue. Let me know if any problem.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Excerpt Options’ is closed to new replies.