I can’t seem to change the font to white and hover to light grey
Hi,
To achieve that, you can add the code below in Theme Options > CSS
.x-topbar .p-info, .x-topbar .p-info a {
color: #fff;
}
Hope that helps
Perfect thanks
Hi there,
Here are some links that might be helpful for future reference:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.