Changing CSS

Discussion in 'ColorWay WordPress Theme' started by rulob1984, Jun 12, 2014.

  1. rulob1984

    rulob1984 Guest

    Joined:
    Jun 10, 2014
    Messages:
    6
    Likes Received:
    0
    Hello,

    In the theme folder I see there is a style.css file. I'd like to make a couple of changes to few things that will be used in the site and have to have same characteristics.

    Is there a problem if i change the CSS file? Will the changes be reflected in my elements throughout the site?

    Or should i use the custom css text area?

    Regards, Raul
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We suggest you to use Custom CSS text area for adding your css.


    Thanks & Regards
    Gourav Shrivastava
     
  3. ron1343

    ron1343 Guest

    Joined:
    Nov 8, 2014
    Messages:
    11
    Likes Received:
    0
    I've taken code from many suggestions here in the forum and put them in the Custom CSS text area you're talking about, but it seems to not change a thing. Is there a bug with this section?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello ron1343,
    Please copy your all css you have used in your custom css box and do paste here.
    May be any syntax error in css code.

    Thanks & regards
    Pramod
     
  5. ron1343

    ron1343 Guest

    Joined:
    Nov 8, 2014
    Messages:
    11
    Likes Received:
    0
    #content_wrapper .title {
    display: none;
    }
    #content_wrapper .post_title {
    display: none;
    }
    .border_strip {
    background: none;
    }
     
  6. ron1343

    ron1343 Guest

    Joined:
    Nov 8, 2014
    Messages:
    11
    Likes Received:
    0
    I got frustrated and just changed some things in the CSS stylesheet. I know that's a no-no, especially since I didn't create a child theme. I'm a mess. :) But I noted everything I changed in a word doc, and where it was changed. Am I still screwed?
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please do post the issue for which you are using above CSS.
    Your above code's syntax is perfect. Child theme is not required.

    Thanks & Regard
    Pramod
     
  8. ron1343

    ron1343 Guest

    Joined:
    Nov 8, 2014
    Messages:
    11
    Likes Received:
    0
    Child theme is not required but I did go in and change in the stylesheet directly. So I can't undo that.
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello ron1343,

    Please explain your issue for which you are looking CSS code.

    Thanks & regards
    Pramod
     
  10. usefulid

    usefulid New Member

    Joined:
    Jul 26, 2012
    Messages:
    3
    Likes Received:
    0
    I am having the same issue. I cannot update any CSS via the custom CSS section. This is quite frustrating. I have taken code snippets from some of your other posts and they do nothing at all. The most recent example being:
    .logo {
    margin-top: 35px;
    }

    .header .menu-bar {
    margin-top: 20px;
    margin-bottom: 5px;
    }
     
  11. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello usefulid,

    Please provide your website URL.

    Thanks & Regards
    Pramod
     

Share This Page