Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #420361

    Hello!
    I’m looking for a way to add a green full width border in the exact bottom of the header, or in the exact top of the main content, with no padding.

    I’m also looking for a way to add a pluigin (“I Recommend This”) both in the blog and in singel posts. Now it’s only working on single posts.

    #420406

    Hey jockejansson!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-menu-fx {
      display: none;
    }
    header#header {
      border-bottom: #8EFF25 1px solid;
    }

    How do you add buttons to your posts? You can use Advanced Layout Builder to create your blog page ( Enfold theme options > Blog Layout > Blog Style ) and add Code block element if you are using a shortcode or any other code to display buttons

    Regards,
    Yigit

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