Custom CSS
-
I’m having trouble get the custom CSS working. How can I control the look of the tabs nav ment?
Here is my page code:
[tabs class=”wpui-custom”] [tab title=”realCeuticals?”]
This is the main section.
[/tab]
[tab title=”realCeuticals? Prescription”]
This is the realCeuticals? Prescription section.
[/tab]
[tab title=”realCeuticals? Prescription for Oily Skin”]
This is the realCeuticals? Prescription for Oily Skin section.
[/tab]
[/tabs]Here is what I put in the “extra styls” section:
.wpui-custom { margin-right:5px; padding-left:10px; padding-right:10px; background-color:#b2b4be; border-radius: 7px 7px 0px 0px; -moz-border-radius: 7px 7px 0px 0px; -webkit-border-radius: 7px 7px 0px 0px; border: 1px solid #00264c; }
.wpui-custom a { color:#00264c; }
.wpui-custom a:hover { color:#ffffff; }
.wpui-custom a:active { color:#00264c; }But I am not getting any custom css.
- The topic ‘Custom CSS’ is closed to new replies.