hbouma
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Background colour menu-optionsThanks bcworkz!
Forum: Fixing WordPress
In reply to: Background colour menu-optionsNot found it… The code now is:
#access {
background: #222; /* Show a solid color for older browsers */
background: -webkit-linear-gradient(#2a58eb, #2a58eb);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0px auto 0px;
width: 100%;
}#2a58eb should be dark blue but it’s still orange. Help 😉
Forum: Fixing WordPress
In reply to: Background colour menu-optionsFound it 😉 In the Mac finder I had to go back to another level, return to the path where the changed style.css was and upload it then. Working!!
Forum: Fixing WordPress
In reply to: Background colour menu-optionsI use a Macbook Pro. In Google Chrome I used the combination cmd+alt+i. I found out with line I should be changing. It seems the menu background uses to colors… I removed the lines:
background: -moz-linear-gradient(#f78f1e, #f78f1e);
background: -o-linear-gradient(#f78f1e, #f78f1e);And I changed the remaining line into:
background: -webkit-linear-gradient(#2a58eb, #2a58eb);
I saved the style.css and put it back with my ftp protocol. Nothing happend …
Forum: Fixing WordPress
In reply to: Background colour menu-optionsThank you for your answer bcworkz!
In the style.css (from line 571) is find these codes:
#access {
background: #222; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#f78f1e, #f78f1e);
background: -o-linear-gradient(#f78f1e, #f78f1e);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f78f1e), to(#f78f1e)); /* older webkit syntax */
background: -webkit-linear-gradient(#f78f1e, #f78f1e);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0px auto 0px;
width: 100%;#f78f1e is the colour I would like to change. You wrote: “Copy/paste the entire selector group with all its rules to the Additional CSS panel of the customizer.” Some questions:
– What do you mean with: “to the Additional CSS panel”?
– How do I know what the rules is that does not pertain to background?As you can see, I am not an expert 😉
Henk
Forum: Plugins
In reply to: [WP Photo Album Plus] Sidebar question!Beste Jaap,
Ik ben net member en heb een site aangemaakt waarbij ik gebruik heb gemaakt van uw foto album. Een prima pleging al heb ik een vraagje. Ik wil een item op dit forum posten maar dat lukt me niet. Hoe kom ik met u in contact ?