Help with Ideation & Intent theme please.
-
I am trying to change the colour of the links and for the life of me I cant find where to do it. Thanks in advance for any help x
The blog I need help with is: (visible only to logged in users)
-
There are several colors for links in different elements. Which links do you want to change the color on?
-
I’d like to change the link colours in the Resent Posts widget and the previous and next box backgrounds on the single posts. Thanks.
-
This will change all links in the sidebar.
.widget a { color: #6C9A9F; }This will change the number of posts and bullet colors in the sidebar if you wish.
.widget li { color: #CC0000; }This is the background color for the prev/next links.
.entry-navigation a { background: #FC5605; } -
-
-
thesacredpath I have one more question, where do I change the links within a post http://fluzie.wordpress.com/2012/03/22/queen-elizabeth11/ and the category links please
thank you x -
Most all link will be covered by this:
a { color: #EE4E00; }But if you just want to do just the links in the content area, you can do this
.entry-content a { color: #EE4E00; }The first above will also catch the category links, but if you wanted to do them separately, then use the following
.cat-links a { color: #EE4E00; } -
- The topic ‘Help with Ideation & Intent theme please.’ is closed to new replies.