Home Forums Weaver Xtreme Theme Per Page Body Class – Syntax in Custom CSS Rules

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18089
    micha1451
    Participant

    In a few pages I’ve created the per page body class bluestyle

    In the Custom CSS Rules I put in:
    .bluestyle  #wrapper {background-color: blue}

    That’s ok.

    Is it possible to combine it following?
    .bluestyle  #wrapper #content #site-title {background-color: blue}

    Space, comma and semicolon as separators are not working

    Thanks and regards
    Michael

    #23721
    scrambler
    Moderator

    The way to do multi selector is with comas but the full selector is needed

    .bluestyle  #wrapper, .bluestyle  #content, .bluestyle  #site-title {background-color: blue}

    #23722
    micha1451
    Participant

    Oh, thats very simple โ€“ if you know it  ๐Ÿ˜‰

    thank you!

    #23723
    scrambler
    Moderator

    if you are interested in learning more about all this, you can read the thread below. It alos has some reference site at the bottom

    http://forum.weavertheme.com/discussion/1207/basic-tips-on-using-the-developer-tools-like-firebug-to-resolve-styling-issues

    #23724
    micha1451
    Participant

    Thanks for this link, I will check all this information to do a step forward.

    But in the next time I have to go on, styling and finishing my web-site.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.