-
AuthorPosts
-
January 29, 2014 at 11:27 pm #216670
Hi, sorry but I’m really new at this. I haven’t installed and created a website all by myself before but I’ve participated in the process together with friends earlier so I know just briefly how to change some things by myself using css. Now to my problem. I purchased the beautiful Enfold theme and have started customising it using the layout builder. I imported the dummy data at first. But now I feel that there is a couple of things I would like to change within the css but I cant find where to edit this. Where to change the code? When I go to Enfold style.css in WP the only thing I see is this message:
” PLEASE DO NOT EDIT THIS FILE!
*
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme.
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles.
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling”What am I missing?
Do I need any other program to change the css? Is this done from my domainhosts site? Am I really stupid now? hahaha..
Pls help to solve this problem. I so want to finish up my site and get it up and running.Thanks
KristoferJanuary 29, 2014 at 11:54 pm #216677Hey Kristofer!
You’ll never need or want to modify the theme css files. You can add your own to either the Themes Styling tab in the Quick CSS field or the custom.css file in the css folder of the theme files.
You can also create a child theme and edit the style.css in that child theme which is typically the best option: http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
DevinJanuary 30, 2014 at 12:00 am #216679Hi Devin,
wow you where quick. Thanks a lot for your answer! But where do I find “custom.css file in the css folder of the theme files”? I’m really sorry if my question seems really stupid but I just don’t seem to find it….January 30, 2014 at 7:59 am #216835Hi!
You need to access the custom.css file via FTP or your cpanel. You can also use the Quick CSS field to modify certain elements on the theme.
Cheers!
IsmaelJanuary 30, 2014 at 1:18 pm #216925Hey Ismael,
thanks a lot for your answer. It helped me out. I found what I was looking for :)I have one more question and perhaps I can ask it here instead of creating new topic. I would like for the headlines in the textblocks to be set to “normal size” as default and to be able to change to “bold size” if needed. Is this possible? If I choose a special heading the H! is normal but not in text block?
Thanks again.
Regards
KrisJanuary 30, 2014 at 4:17 pm #216989Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_textblock h1,.avia_textblock h2,.avia_textblock h3,.avia_textblock h4,.avia_textblock h5,.avia_textblock h6 { font-weight: normal; }
Best regards,
YigitJanuary 30, 2014 at 4:19 pm #216991Yigit, you guys are great. Excellent service :)
Thanks once again. I’m really happy that I purchased this theme.
Have a great day!
January 30, 2014 at 4:20 pm #216992PS. I guess I can exclude a textblock if I want that to remain bold? D.s
January 30, 2014 at 4:22 pm #216994 -
AuthorPosts
- The topic ‘style.css?’ is closed to new replies.