Weird Issues When Changing Background Colors
-
So I followed the instructions here:
This is the code in my Child Theme:
This code does everything except remove the grey bar above my non-existent slider. The weird thing is when I add the grey bar removal code to the CUSTOM CSS live update, it works… (I will live the code out of the CSS Live update so you can see the error. The grey bar should be gone) https://battleofthedogs.com/*
Theme Name: customizr_child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/@import url(“../customizr/style.css”);
/*Change color of white rectangle behind images*/
.round-div {
border-color: #C8C8C8; /* Change #C8C8C8 to background-color */
}/* Optional – Remove Grey Bar above Slider */
.tc-header {
border-bottom: none;
}Another separate issue is the White Rectangles behind the 3 feature images are gone from browsers, but still show up on mobile?
And third issue is the red frame around my body should be gone, no? To change the background I changed this:
background-color: pink ; /* Change pink */
border: 2px solid red ; /* Delete if no border needed */
padding: 0 10px 0 20px ;to this:
color: #5A5A5A; /* Default Text Color */
padding-bottom: 0px;
- The topic ‘Weird Issues When Changing Background Colors’ is closed to new replies.