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
Hi GJan
Try the following in a Custom CSS plugin like Simple Custom CSS to remove the box shadow:
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/.
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
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/
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