-
AuthorPosts
-
January 14, 2017 at 12:49 pm #733536
Hello there,
when I open the custom_css file via ftp under the theme Enfold, the only thing I get is :
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */}
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */}this is not really what I was expecting. I would like to see the Enfold css file where I can find back the names/terms Enfold is using to describe something. I would like to copy a style rule from any of the css files and paste it in custom.css but I do not find the style rules of the css files. for Enfold.
f.eg. I would like to change the background-color of one page and I have tried several things in the simple custom css :
.body .page .page-id-38 {background-color : #cac8bc;}
.body .projects {background-color : #cac8bc;}
.container .projects {background-color : #cac8bc;}also, instead of opening a new ticket, maybe I can add my other question here :
how do I add a font to Enfold (f.eg. the font DINBEK-Regular.ttf -> where do I upload this file ?)thank you for helping me out,
Fabienne- This topic was modified 7 years, 10 months ago by Yigit. Reason: moved logins to private content field :)
January 16, 2017 at 7:09 pm #734303Hi Fabienne!
You can simply go to Appearance > Editor and add your custom CSS into Style.css file of your child theme.
I noticed you are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.