STOW CSS Adjustments Help Needed
-
Hello!
I’m changing the color of the theme of STOW for my website to #009B9B.
I’ve successfully changed the menu bar color, however it only shows this change in the computer and tablet versions.
I need help because the menu bar still shows it as pink (except for the drop down) in the mobile version. ***I have already selected “include this CSS in the Mobile Theme”***
I also managed to change the hovering color from pink to #009B9B for the header but I can’t seem to change the hover color of the buttons below image on the home screen page.
This is the CSS I have:
nav#site-navigation.main-navigation {
background-color: #009B9B;
}link :hover {
color: #009B9B;
}header :hover {
color: #009B9B;
}text-button:hover {
color: #009B9B;
}button.text-button:hover {
background: none;
color: #009B9B;
text-decoration: underline;
}button.text-button {
color: #009B9B;
}***Please note, while :hover { color: #009B9B; } will change the color of the entire body section when I hover with the mouse, when I hover specifically over the text/links below the picture it is STILL pink***
If you can help, that would be great!
The blog I need help with is: (visible only to logged in users)
-
Hello there,
Many thanks for reaching out. From what I can see these CSS changes are taking effect.
Have you tried clearing your browser cache on the devices where these changes do not appear?
Many thanks in advance.
- The topic ‘STOW CSS Adjustments Help Needed’ is closed to new replies.