Home › Forums › WoodMart support forum › Custom css does not work
Custom css does not work
- This topic has 16 replies, 3 voices, and was last updated 5 years, 9 months ago by
Artem Temos.
-
AuthorPosts
-
August 12, 2019 at 11:27 am #137630
Evgeny SviridovParticipantHello! “Custom css” does not work on my site. I can’t change the settings that are set in it. After deleting the code on the site, everything remains unchanged. They seem to be saved in some kind of file. In the browser, through the “see code” I see them, although I deleted them from the “custom css”. Help solve my problem.
August 12, 2019 at 11:43 am #137643
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
August 12, 2019 at 12:01 pm #137665
Evgeny SviridovParticipantOK
August 12, 2019 at 1:03 pm #137669
Artem TemosKeymasterWe see that your custom CSS code is saved and applied on the home page correctly https://gyazo.com/5a52847de8af2a37526c783e146f5a60
August 12, 2019 at 1:33 pm #137690
Evgeny SviridovParticipantBut there is a lot of erroneous code that I removed from “custom css”. It was saved in this file and does not allow me to make changes that I would like to make. Is it possible to save only the current code from “custom css”?
August 12, 2019 at 2:36 pm #137704
Artem TemosKeymasterBut it means that you have an incorrect CSS code but it is not our theme’s problem. Fix your code and place to the custom CSS section. You can also use child theme’s style.css file for your CSS customization.
August 13, 2019 at 7:15 am #137837
Evgeny SviridovParticipantBut what about the code that is no longer needed? I want to get rid of him, but he is saved. And I can’t do anything with him.
August 13, 2019 at 7:19 am #137838
Evgeny SviridovParticipantI delete it from “custom css”, but it remains in memory. How do I remove it?
August 13, 2019 at 7:59 am #137853
Artem TemosKeymasterCould you please specify the exact code that you have problem with?
August 13, 2019 at 8:42 am #137871
Evgeny SviridovParticipantI want to remove the following code:
table td {
border-bottom: 0px;
}.fa-map-marker-alt {
font-size: 1em;
color: #ffffff;
}.fa-envelope {
font-size: 1em;
color: #ffffff;
}.fa-phone {
font-size: 1em;
color: #ffffff;
}.fa-phone-square {
font-size: 1em;
}.footer-social-network-2 {
color: #ffffff;
}August 13, 2019 at 2:15 pm #137879
Artem TemosKeymasterYou didn’t deactivate CMB2 and Redux plugins as per our instructions. Now the code is removed.
August 14, 2019 at 1:55 pm #138189
Evgeny SviridovParticipantThank! Could you remove this code shown in the screenshot? I want to set my indentation parameters, but it is already redefined somewhere else.
Attachments:
You must be logged in to view attached files.August 14, 2019 at 3:23 pm #138226
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .footer-sidebar { padding: 0; }
Best Regards
August 15, 2019 at 7:04 am #138302
Evgeny SviridovParticipantThen the code will be redefined a second time. Does this not harm my site? Maybe it would be better to remove this code so as not to get confused?
August 15, 2019 at 9:20 am #138348
Elise NoromitMemberHello,
What do you mean? This code hides the gaps shown on the screenshot. Copy it from m the forum, not from the email.
Best Regards
August 15, 2019 at 10:55 am #138362
Evgeny SviridovParticipantWe probably do not understand each other. I’m trying to figure it out. In the screenshot, with the number 1, I designated my code, which I added to “custom css”. By number 3 I designated the code, which was the default. By number 2 I designated a code that I don’t know where it came from and ask you to help me get rid of it.
Attachments:
You must be logged in to view attached files.August 15, 2019 at 12:25 pm #138395
Artem TemosKeymasterHover on the file
style.css
from the second position and check where is it coming from. Probably it comes from your child theme. -
AuthorPosts
The topic ‘Custom css does not work’ is closed to new replies.
- You must be logged in to create new topics. Login / Register