-
AuthorPosts
-
April 8, 2015 at 4:32 pm #425411
Hello!
How can i change the following colours:
1)in the sidebar
2)the area of the logo, main menue (header)
3)the secondary menueThanks for help.
April 8, 2015 at 9:03 pm #425594Hey AlexanderKouba!
1. Are you trying to change the sidebar background?
2. You can change the header background in Dashboard > Enfold > General Styling.
3. You can change the secondary menu links in Dashboard > Enfold > Advanced Styling.
Cheers!
ElliottApril 9, 2015 at 10:00 am #425787Yes, i want to change the background colour. How can i do this?
April 9, 2015 at 1:11 pm #425884Hi!
Please try this in Quick CSS under Enfold–>General Styling:
aside.sidebar.sidebar_right.alpha.units{ background:red !important; }
Best regards,
RikardApril 9, 2015 at 3:50 pm #426004Thanks for help.
Is this possible with for example “#c05f5f” instead of “red”, i mean, can i enter a colour-code here?
April 9, 2015 at 3:54 pm #426008April 14, 2015 at 4:26 pm #428317If i take this code, then it works, but on a bigger screen on the right side beside the sidebar there remains a white area. Can you help me?
April 15, 2015 at 7:37 am #428718Hi!
I’m having trouble understanding exactly what you mean, could you provide us with a screenshot highlighting what the problem is please?
Best regards,
RikardApril 15, 2015 at 8:44 am #428743Ok, i am sorry
Here is a screenshot
http://alexundvalerie.com/wp-content/uploads/2015/04/Problem-Sidebar.png
The area right of the red area also should have the same colour.
Thanks for helping me.
April 15, 2015 at 12:01 pm #428828Hey!
Please add following code to Quick CSS as well
.inner_sidebar { margin-left: 25px; margin-right: 25px; }
Best regards,
YigitApril 15, 2015 at 1:47 pm #428904It doesnt work. There is still the same problem.
Do you have another code?
April 15, 2015 at 2:51 pm #428947Hey!
Code should make sidebar look like this – http://i.imgur.com/nuwm98r.png
If that is not what you meant, please post another screenshot and clearly show the changes you would like to make so we can make sure that we are on the same pageRegards,
YigitApril 15, 2015 at 3:27 pm #428974This is what i want:
http://alexundvalerie.com/wp-content/uploads/2015/04/Problem-Sidebar2.png
April 16, 2015 at 7:51 am #429374Hey!
Please try the following:
.sidebar_right{ background: red !important; padding-right: 45px !important; }
Regards,
RikardApril 20, 2015 at 10:40 am #431196I think something is wrong with that code…If i take this code, then the whole width including blog posts is red. I want only the sidebar in a different colour
April 21, 2015 at 2:56 pm #432033Hey!
If you make your sidebar, say red, it would look like this – http://i.imgur.com/nuwm98r.png and it would not cover the whole area.
As a workaround, you can try adding Widget Area element inside a Grid Row element and choose to display your widgets inside it and change the background color of your grid columnCheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.