Viewing 20 posts - 1 through 20 (of 35 total)
  • Author
    Posts
  • #119860
    roofys
    Participant

    Hey Guys,
    I love this theme, but I´m not able to remove the read more button in the slider.

    I was looking at customize – theme options – abstract
    but there it is just possible to change the text, even when I do not write anything there will be an empty box.

    hope you can help me ASAP.

    Thanks a lot

    #119878
    tikaram
    Keymaster

    @roofys : Go to Appearance => Customize => Additional Css and add the following css.

    #feature-slider .caption .more {
        display: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #119905
    roofys
    Participant

    Thank you so much that worked just fine!
    Is it possible to remove the links from the slider images?

    #119907
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/fabulous-fluid/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

    #119908
    roofys
    Participant

    No Problem, Im gonna do this. Do you know how to remove the links from the slider images?

    #119909
    tikaram
    Keymaster

    @roofys :Can you please post in your site URl and which links would you like to remove from the slider?

    Regards,
    Tikaram

    #119910
    roofys
    Participant

    http://www.roofys.de

    I do not want that it is possible to klick on the image… the sliderimages should just be images without links

    #119914
    tikaram
    Keymaster

    Go to Appearance => Customize => Additional Css and add the following css.

    #feature-slider {  
       pointer-events: none; 
       cursor: default;
     }

    Regards,
    Tikaram

    #119915
    roofys
    Participant

    thank you! Amzing how fast and serious your help is. I´ve got a last question for the moment.
    Do you see the little images under the slider? I guess there is something missing…

    Is it possible to remove them?

    #119916
    tikaram
    Keymaster

    @roofys : Go to Appearance => Customize => Additional Css and add the following css.

    #per-slide-template {
      display:none;
      }

    Regards,
    Tikaram

    #119919
    roofys
    Participant

    Thank you so much! I will review your help. I hope Im allowed to ask again for help when there will be issues

    #119920
    tikaram
    Keymaster

    @roofys : Yes you may ask if you have further issues.

    Regards,
    Tikaram

    #120111
    Markus Kleber
    Participant

    Hello i have the fabulous fluid pro theme.
    I want to display the read more button. But it only works, when i insert some text in the content section under the title.
    I want the read more button without showing content.

    Can you please help me ?

    #120125
    tikaram
    Keymaster

    @markusk: Please post in your site URL.

    Regards,
    Tikaram

    #120496
    roofys
    Participant

    Can you please help me again?

    Is it possible to remove the date of the posts on the firstpage?

    Have a look at http://www.roofys.com at the end of the page there are links to the single products with a date which I want to remove.
    Thanks a lot.

    #120497
    tikaram
    Keymaster

    @roofys: Sorry I am unable to view your site. It shows the domain default page.

    Regards,
    Tikaram

    #120498
    roofys
    Participant

    sorry its roofys.de

    #120499
    tikaram
    Keymaster

    Go to Appearance => Customize => Additional css and add the following css

    #featured-content .meta-info{
    	display: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tiakram

    #120503
    roofys
    Participant

    Thank you that works just fine… how can I set the link of the f.e. Pornflakes Site on the pictures, too?
    At the moment the customer has to click the text

    #120574
    roofys
    Participant

    Is this possible?

Viewing 20 posts - 1 through 20 (of 35 total)
  • The topic ‘How Can I Remove the read more Button in the Slider’ is closed to new replies.