This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to edit Page builder Widgets + modifying sidebar (font size, appearance. etc.)

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi, I have 2 questions where I need your help please.

1. On my website (http://www.kilian-gruppe.de/wp_kilian/index.php/referenzen ) I use Page Builder and visual editor to create text content. For every content container I created a row with a visual editor widget.

There I changed the widget style (“layout” to 50 px) which is too much. Where I could edit this?

2. On http://www.kilian-gruppe.de/wp_kilian/index.php/ I use the sidebar with a widget (individual menu) where I put my subpages in it. But I wanted to change the appearance e.g. no bullet point list, not underlined, font size color and the position. How do I do this?

Thanks a lot for your help.
D.

URL: http://www.kilian-gruppe.de/wp_kilian/index.php/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 8 months ago

    Hi Davor

    Thanks for the wait.

    1. I’m not quite sure I follow. Are you looking to remove the widget padding you added? If so, edit each widget by hovering over it, then click the edit link, then Layout on the right. There you’ll find the padding field.

    Perhaps try explain further if that’s not what you meant.

    2. If you have a custom menu widget inserted in the sidebar you could try the following in Appearance > Custom CSS:

    /* Sidebar Custom Menu Widget */
    #secondary .widget_nav_menu ul li {
    background: #343538;
    }
    #secondary .widget_nav_menu ul li a {
      color: #e2e2e2;
      padding: 10px 20px 10px;
      display: block;
    }
    #secondary .widget_nav_menu ul li:hover > a {
    background: #00bcff;
    color: #fff;
    }

    Change the color values and padding values as required.

    Hope that helps.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread