Home>Support>Site-Content borders

Site-Content borders

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello folks,
I’m using the Influence theme with a fixed homepage. The slider works fine.
Below the Slider on the Homepage there is an area for the content of my homepage. I think it is called Site-content-area (=’page’ in the theme-settings). Useually the color of this area is different from the color of the background, both to be set in the dashboard of WP.

I like to make the color of the background and the content-area on the homepage equal. But when I do that there is a borderline visible around the Site-content-area.

Is it possible to hide that border (or shadow) line?
I am familiar with the style-sheet style.css.

Thanks,
GJan

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Hi GJan

    Try the following in a Custom CSS plugin like Simple Custom CSS to remove the box shadow:

    /* Article Box Shadow */
    
    article.entry {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    }
    
    /* Sidebar Box Shadow */
    
    #secondary {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    }
    

    Please remember that any changes made directly to the theme’s stylesheet will be lost during theme update.

    Our Custom CSS tutorial can be found here if you’re interested: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/.

  2. 10 years, 8 months ago Geert Jan Dussel

    Hi Andrew,
    That’s exactly what I was talking about. I made the changes and the result is what I intended.
    Your advise for the Modifying Theme Design with Custom CSS is very intersting. I ill try that later.

    I understand that changes will be lost afster updates of the theme. Can this be solved by creating a child-theme?

    Thanks a lot
    GJan

  3. 10 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped. As long as your CSS changes are inserted into plugin like Simple Custom CSS they will be safe: https://wordpress.org/plugins/simple-custom-css/

  4. 10 years, 7 months ago Geert Jan Dussel

    Hi Andrew,
    I progressed a lot with my website.
    I have a few other questions. I looked for answers in this forum but couldn’t find them.

    I would like to ask if it is possible to put pictures (with the function of buttons) in the menu-bar. (I know that I can swap the titel with a logo, but thats not enough. I want put some buttons there too).

    And is it possible to change the icon on the left side of “Menu” in another picture?
    And how can I adapt the position of the Menu-icon and text?

    Is it an option to put a text widget in the menu bar, just like in the footer? Then I can put many things there, just with html and css. If not, then I hope there is a workaround.

    Thanks anyway,
    GJan

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More