Watson theme- change the colour
-
Hello,
I would like to change the colour of the ‘tags’ on the sidebar, as well as the older posts button on the homepage. What code would I enter in CSS?
Also, is there any way to have page numbers instead of just clicking on older posts over and over again?
The blog I need help with is: (visible only to logged in users)
-
Hi, this will change the colors on the submit buttons in the follow widget and the contact form in Watson.
button, input[type="reset"], input[type="submit"], input[type="button"], .widget_tag_cloud a, .post-edit-link, a#cancel-comment-reply-link, .comment-edit-link, .index-footer p a { background-color: #0000FF; color: #FFA500; }This will allow you to change the colors on the older posts button.
#infinite-handle span { background: #008000; color: #FFFF00; }If you want to adjust the colors separately, for the tags in the tag cloud widget, add the following CSS and adjust the colors as desired.
aside[role="complementary"] .widget_tag_cloud a, aside[role="complementary"] .wp_widget_tag_cloud a, footer[role="contentinfo"] .widget_tag_cloud a, footer[role="contentinfo"] .wp_widget_tag_cloud a { background-color: #FF0000; color: #0000FF; }As far as changing the Older Posts button to page numbers, that functionality is not present in Watson, and CSS cannot be used to add functionality.
One suggestion would be to turn off comments on your Contact page since it might cause confusion for visitors to see two text entry areas. Open that page in the editor, go to screen options tab at upper right and make sure the Discussion module is active, scroll down and open the discussion module and disable comments and trackbacks and update the page.
- The topic ‘Watson theme- change the colour’ is closed to new replies.