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
Hello, We suggest you to use Custom CSS text area for adding your css. Thanks & Regards Gourav Shrivastava
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?
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
#content_wrapper .title { display: none; } #content_wrapper .post_title { display: none; } .border_strip { background: none; }
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?
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
Child theme is not required but I did go in and change in the stylesheet directly. So I can't undo that.
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; }