can't customize the style.css over custome CSS

Discussion in 'ColorWay WordPress Theme' started by firmashagel, Mar 18, 2013.

Thread Status:
Not open for further replies.
  1. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    i add a new css code in the custom css area in the styling option but it's not working.
    i will change the,

    .footer-navi .navigation .right-navi {
    float: right;
    margin-right: 25px;
    text-align: right;
    width: 352px;
    }
    to this
    .footer-navi .navigation .right-navi {
    float: right;
    margin-right: 10px;
    text-align: right;
    width: 290px;
    }
    domain www.hypnose-wissen.de
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    The website link you have shared is not working properly, please check and resend it.
     
  3. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
  4. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    all css changes outside the colore theme not working
     
  5. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    any help for this issue?
     
  6. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    works now...sorry but i was working on the side
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Firmashagel,
    We have visited your website the problem is occurring due to any one of the plugin you are using,
    Deactivate all plugins one by one and checkout which plugin creating this problem.
     
  8. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    all plugins now deactivated...problem is still available :(
     
  9. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    now i have installed a complitly new WP 3.5.1 DE without any Plugins. Nothing changes in this core installation. Install the colorway pro theme in black.
    changes in custom CSS:
    #content {
    margin-top: 30px;
    }

    .footer-navi .navigation .right-navi {
    float: right;
    margin-right: 10px;
    text-align: right;
    width: 290px;
    }

    Not Working!
    see on page http://test.ziggel.de/

    it seems there is an issue in your pro theme....
     
  10. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    any idea or news about this problem
     
  11. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:


    Send this information on our email at [email protected]
     
  12. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    already sent :)
     
  13. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Support mail sent.
     
  14. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    i not understand the support mail :(

    I have installed a wp3.5.1 DE without any changes in code or change anything in this standard installation. Then i have installed the colorway pro theme without any changes in code or anything else...

    Then i have put the following css code in the custom CSS area box in the theme options-->Sytling options...

    .content {
    margin-top: 30px;
    }
    .footer-navi .navigation .right-navi {
    float: right;
    margin-right: 10px;
    text-align: right;
    width: 290px;
    }


    firebug shows this:
    style.css (line 455) this is your standard code

    .footer-navi .navigation .right-navi {
    float: right;
    margin-right: 25px;
    text-align: right;
    width: 352px;
    }
    test.ziggel #2 (line 41) this is the code in the custom CSS box
    .footer-navi .navigation .right-navi {
    float: right;
    margin-right: 10px;
    text-align: right;
    width: 290px;
    }
     
  15. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
  16. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    any nes about this topic?
     
  17. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    I have checked your dashboard. Just add '!important' for code which is not overwriting old code.
    Please check your custom css for reference.
     
    firmashagel likes this.
  18. firmashagel

    firmashagel New Member

    Joined:
    Oct 23, 2012
    Messages:
    17
    Likes Received:
    0
    ok will do so...thanks Nitesh
     
Thread Status:
Not open for further replies.

Share This Page