Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #161743
    urbach
    Participant

    Hi
    I would like to know how I can remove the text on my feature slider “Featured Image-3”? And the feature slider to be 100% in width?

    http://www.urbachtrading.ch

    Thanks
    Steven

    #161782
    sapana
    Participant

    @urbach: You seems to using the image size smaller than it is required in slider section, Please follow the theme instruction in order to get the 100% width.
    /* To remove the text of featured slider */
    Go to=> Appearance=> Customize=> Additional CSS=> Add the following CSS code

    .slider-content-wrapper{
    display:none;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #161783
    urbach
    Participant

    Hi Sapana

    Thanks for your help.
    But no difference since adding this code
    .slider-content-wrapper{
    display:none;
    }

    What should I do now

    Steven

    #161789
    urbach
    Participant

    I was able to fix the problem

    #161790
    sapana
    Participant

    @urbach: Glad to know that you figure it out. Have a Good day!

    Kind Regards,
    Sapana

    #161792
    urbach
    Participant

    How can I remove the 4 post under the FC Maur news section?

    Posted on 17/12/2018
    Enttäuschendes 3:3 Unentschieden gegen SC Zollikon

    #161795
    sapana
    Participant

    @urbach:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #post-358{
    display:none;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #161806
    urbach
    Participant

    Yes this css code help to remove the post. But what happens if somebody add any additional post in the further. Must they each time add this css code?

    #161807
    sapana
    Participant

    @urbach:You can also hide the specific post without using CSS. Please follow this steps:
    step1: Go to=> Appearance=> Post=> Select the post you want to edit.
    step2: Go to => Edit option=> On right side you can see Publish metabox=>Select the visibility Private

    Let me know if this helps you out!

    Kind Regards,
    Sapana

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove Featured Image-3 white box’ is closed to new replies.