• Hello,
    you can remove the word ” features” with the blue box and the title of the article, by the slide in home page .
    thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    The simplest way to remove that wording is with some custom CSS.

    To add custom CSS, firstly set up a child theme or activate a custom CSS plugin. If you have Jetpack enabled, then you can activate its custom CSS module.

    Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

    .site-banner-header .banner-featured {
        visibility: hidden;
    }

    Let me know how you get on with that. ??

    Thread Starter vteo

    (@vteo)

    Hello, thanks for the answer. I tried changing the custom css jetpack . but it does not work the word ” features” and the item title are still there .

    Hi @vteo,

    Can you please provide a link to your site? I’ll take a look into why the CSS I provided isn’t working correctly from there.

    Thanks!

    Thread Starter vteo

    (@vteo)

    Hi
    I solved by adding code to the template css .
    the site that I’m implementing https://www.villapolloni.it/cms

    thank you
    See you soon

    Hi there,

    I do not recommend editing your theme’s style.css file directly. Any changes you make will be lost when it comes time to update your theme.

    The CSS I provided should work correctly with Jetpack’s CSS editor. Would you please remove it from your theme’s file and add it back? I can then take another look and troubleshoot reasons why it might not be working with you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove the word " features"’ is closed to new replies.