Home Forums Weaver Xtreme Theme Where to add css for custom links for content areas AND separate custum links for widget/sidebars

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17470
    PremTel
    Participant

    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!

    #20555
    Gillian
    Moderator

    Global custom CSS Rules go in Main Options > Fonts & Custom

    #20556
    PremTel
    Participant

    Thank you very much totally couldn’t see the wood for the trees!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.