Weaver Xtreme Version: 1.0.2.6
In Weaver II the custom css simply went in the Advanced Options, Custom CSS Rules.
In Weaver Extreme there appears to me to be no such named input area.
1) I have found it possible ( though confusing) to be able to make a custom link style work ( for pages and posts) by adding it to BOTH the Advanced Options ,<HEAD> Section AND the Main Options, Content, Content Areas, Custom CSS Styling section.
It won’t work if one is removed, requires both entries. This convinces me I am misunderstanding the theme options completely.
2) I have been unable to use custom css to customise links in the widget area.
I’m using the self same css snippets that work on 50-odd Weaver sites that I run, here’s one example
.link_WIDGET a {
color: #FFFFFF;
text-decoration: none;
}
.link_WIDGET a:visited {
color: #FFFFFF;
}
.link_WIDGET a:hover {
cursor:text;
text-decoration:none;
}
Some guidance would be appreciated, I’ve scanned the forum and help files but see nothing immediately obvious…
Thanks in advance!