• Resolved profsilver

    (@profsilver)


    Hello,

    if individual settings are made for a page (for example visibility, sidebar, layout …) then a button “Content Settings” always appears in the front end for logged-in users at the right side of the bottom. How can this button be hidden?
    Thanks in advance,

    Mathias

Viewing 1 replies (of 1 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    You can hide it with some CSS, not recommended though:

    #page .pen_options_overview_toggle {
      display: none;
    }

    It can be added through Appearance -> Customize -> Additional CSS.

    Hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding Button Content Settings’ is closed to new replies.