content colour change

Support Area Forums Elite content colour change

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #23104
    kevin davies
    Participant

    hi Bill,

    Is it possible to change the colour of the frames around certain things such as the line below the page title and around the search box? I basically want to change all black within the site to grey: #898989

    Let me know if this is possible. Have a great weekend if I dont hear from you.

    Thanks,
    kevin

    #23120
    Bill Robbins
    Moderator

    Good Afternoon Kevin,

    Great question. You can change those. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      form.searchform,
      form#searchform,
      input#search-submit,
      input#searchsubmit {
      	border-color: #898989;
      }
      
      .page-title {
      	color: #898989;
      	border-color: #898989;
      }
      
    3. Update your settings.

    The top style there is for the border colors in the search box. The bottom one is for the page title border and text color.

    If you run into any trouble, let me know.

    Enjoy your weekend too,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘content colour change’ is closed to new replies.