Homepage › Forum › Product Support › Motor › All Settings In Theme Options Can't Be Applied To The Frontend
- This topic has 4 replies, 2 voices, and was last updated 4 years, 3 months ago by
Jackie.
-
AuthorPosts
-
4 years, 3 months ago #25598
I found that all settings in the theme options can't be applied to the frontend.
For example, I set the primary color to be #ff6523 but in the frontend it doesn't change.
.yolo-footer-wrapper .wpb_wrapper .wpb_wrapper .column-footer li i {- <input class="enabled-button" style="min-width: 0px; min-height: 0px; font-family: inherit; font-size: 10px; visibility: visible; float: left; margin: 0px; vertical-align: top; position: relative; z-index: 1; width: 18px; left: -40px; top: 1px; height: 13px;" type="checkbox" aria-label="position absolute" /> position: absolute;
- <input class="enabled-button" style="min-width: 0px; min-height: 0px; font-family: inherit; font-size: 10px; visibility: visible; float: left; margin: 0px; vertical-align: top; position: relative; z-index: 1; width: 18px; left: -40px; top: 1px; height: 13px;" type="checkbox" aria-label="color var(--primary_color)" /> color: var(--primary_color);
- <input class="enabled-button" style="min-width: 0px; min-height: 0px; font-family: inherit; font-size: 10px; visibility: visible; float: left; margin: 0px; vertical-align: top; position: relative; z-index: 1; width: 18px; left: -40px; top: 1px; height: 13px;" type="checkbox" aria-label="left 0" /> left: 0;
}It seems that all these var(--xxxxx) in the css are not changing with my settings.
Would you please help?
4 years, 3 months ago #25599Sorry the code is wrong. Here it is:
.yolo-footer-wrapper .wpb_wrapper .wpb_wrapper .column-footer li i {
position: absolute;
color: var(--primary_color);
left: 0;
}
4 years, 3 months ago #25610Hello.
Thank you for contacting us.
When you change the color at theme options, it will generate the color to the CSS file. Please clear your cache after saving the option and try it again.
Thanks.
4 years, 3 months ago #25616May I know the location of the generated css file?
It may have something to do with the permission of the file.
I cleared the cache and saved the option but nothing happens.
4 years, 3 months ago #25618Yes, the CSS will generate to this file: wp-content/uploads/yolo-custom-css/custom-style.css
Please check it on your server.
Thanks.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.
