Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #115196
    ChrisVerrall
    Participant

    Hi,

    The site I’m working on http://www.theperformersstudio.com has the content where I want it and now I need to change the colouring to match the required colour schemes. I’m having a bit of a problem with the CSS and assume that steps have been taken to prevent the amending of the style sheet.

    In the Additional CSS section of the customiser I have made a couple of changes but would appreciate a few pointers on the following.

    How can I set the background for pages, posts, featured content and the promotion bar to be transparent?

    I was able to change the hoover effect for the 2 buttons on the promotion bar but couldn’t change the normal view background colour.

    Any advice you can give will be appreciated, it will save me tearing any more hair out in frustration. 🙂

    Kind regards,

    Chris

    #115203
    Pratik
    Keymaster

    Hi @Chrisverral,

    Try following code:

    
    .hentry,
     #featured-content .wrapper,
     #promotion-message .wrapper {
        background: transparent;
        border: none;
    }
    
    .home #promotion-message .right a {
        background-color: #152466; /* Change #152466 to desired color*/
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #115205
    ChrisVerrall
    Participant

    BRILLIANT! Many thanks!

    Now onto editing text colours. 🙂 (I maybe back). 😉

    Kind regards,

    Chris

    #115206
    ChrisVerrall
    Participant

    Back again. I simply want all the site text to be white and all the hoover text to be #015466. I just don’t know the syntax to enter and I’m struggling.

    Your advice, as always, is greatly appreciated.

    Regards,

    Chris

    #115247
    Pratik
    Keymaster

    Hi @hrisVerrall,

    your site gives “THE PERFORMERS STUDIO IS UNDERGOING A RE-VAMP! WE WILL BE BACK WITH YOU SHORTLY! “

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘CSS changes’ is closed to new replies.