purchasing a theme and can't change colour of a banner

  • Unknown's avatar

    Hi, I purchased a theme (even though it said it was a free theme) in order to make changes to the colours, etc. I still can’t seem to work out how to change the colour of the baby blue ribbon banner under the header on each page. PLEASE advise. Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi there, your Ever After theme is indeed free. What you purchased is the Custom Design upgrade, which allows you to make certain changes to the look and feel of your site.

    To change the banner, try adding this code under Appearance > Custom Design. Click the CSS tab and add this completely below the existing green comments:

    #description-left, #description-middle, #description-right {
         background-color: #CCCCCC !important;
         background-image: none !important;
         height: 44px !important;
    }

    This would make your banner light grey, but feel free to use any colour you like.

    Click Save when you’re done.

    If you need further CSS help, please feel free to post in our CSS Customization forum.

  • The topic ‘purchasing a theme and can't change colour of a banner’ is closed to new replies.