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

    Hi support,
    I’m new to Enfold theme and trying to create my blog website. Unfortunately I wasn’t able to remove or modify the child menu shown on blog sidebar.
    For instance i used this CSS code: .sidebar .widget:first-child {
    display: none;
    }

    Is there a way to manage it without acting via CSS?

    Tks,
    Luca

    #1040880

    Hey Luca,

    Can you give us a link to the page mentioned? so we can try to check further.

    Best regards,
    Nikko

    #1040893

    Hi,
    it happens in all blog pages exept the ones without a sidebar.

    #1040922

    Hi Luca,

    Can you give us a link? if that happens in the demo, you can provide us a link to that.
    If you don’t want to expose the link to your site, just post it in private content, so it’s only visible to the moderators.

    Best regards,
    Nikko

    #1041119

    Hi Nikko,
    no problem to give you the link, use the credentials attached because it’s in maintenance mode.
    http://www.lucaveronesi.it
    To build the blog quicker I started from Enfold 2017 demo and used the blog page.
    Another question, is there a way to remove any logo via setup? I used CSS but it’s not working in mobile mode, I could arrange it but as I told you I’l prefer not to change the theme via CSS.

    Thank you,
    Luca

    #1041696

    Hi Isotopper,

    The only way to remove that without coding is to assign 0 posts on that category, if you have some post with the Generico category, remove that category on that specific post, currently there are 9 posts using it as it’s category.
    Otherwise, you can use this css code to remove the first link in the category widget.

    .sidebar .widget_categories ul > li:first-child {
        display: none;
    }

    As for the logo, there’s the Enfold placeholder logo if you remove it, if you don’t want to use any css, then I guess putting a transparent image or an image with similar color as the background of your theme is the workaround I could think of.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.