-
Author
-
April 28, 2017 at 14:34 #159834denizalpParticipant
Hi,
I already added to following code to my style.css in child theme.
——————————————
.sidebar {
background-color: #fcfcfc;
clear: both;
margin: 0 0 2.2em;
}
——————————————
It works but as you can see in the attached image, there are still remains some white parts. I didn’t find anyway to make those white sidebar parts grey, without changing the main white color. Can you help me?
Thank you,
Denizalp
Attachments:
You must be logged in to view attached files.May 1, 2017 at 01:02 #160009LauraModeratorHello, do you mean the sidebar background?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 1, 2017 at 17:40 #160107LauraModeratorHello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODE.sidebar { background: red !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 2, 2017 at 23:53 #160202LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 4, 2017 at 21:38 #160441RaduModeratorHi,
There it’s body color, by default it’s white.
Use this CSS to apply for all section tags
COPY CODEsection.container-wrap.main-color { background: #fcfcfc; }
cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 5, 2017 at 10:07 #160482denizalpParticipantHi,
Thank you, but it isn’t what i’m looking for. It made the whole background #fcfcfc. I want to keep the body color #ffffff but change the sidebar color as #fcfcfc. And as you can see in the previous messages, my problem is that the code for sidebar background color that Laura gave me doesn’t contain the whole sidebar area. I want to make those parts #fcfcfc too.
Thanks again 🙂
DenizalpMay 8, 2017 at 15:59 #160675RaduModeratorHi,
Here are the selectors
COPY CODEsection { background: #FF9800 !important; } .sidebar.sidebar-main.col-sm-3.sidebar-right { background: red; }
Screenshot how styles are applied :
The red area represent all available sidebar space
As you can see the whole sidebar has red background and the rest of the sections has a specific color.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 9, 2017 at 19:05 #160797RaduModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.