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.

Site-Content borders

Open 4 replies themetheme-influence
11 years ago · Last reply by Geert Jan Dussel 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 11 years, 4 months ago

    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. Geert Jan Dussel 11 years, 4 months ago

    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. Andrew Misplon Staff 11 years, 4 months ago

    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. Geert Jan Dussel 11 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread