It is difficult to include a screenshot of the issue, but I will try to attach an image that helps to understand it
This web page was designed with an old theme, which had its own css code that modified some elements (colors, etc)
When installing the new theme we have discovered that many elements keep the characteristics (colors, size) set by the custom css of the old theme.
Therefore, many elements have colors and measurements that do not correspond to the characteristics that we indicate in the new theme.
https://i.imgur.com/8fjdS8N.jpg
For example, in the image that we attached, we see how the product titles have the color # 0b5e89 when it should be # 262c66
When reviewing the page with the browser’s html inspector we discovered that an inline style sheet appears that affects the elements of the page. This stylesheet should not be present, as we removed the old theme.
The problem is, how to remove or unlink this stylesheet from the current theme?
I hope I have explained clearly. And I hope you can give us a solution for this problem.
This website was already created by another company with a theme that was not designed by SKT. Now we have been tasked with updating the design of the website. For this reason we have installed a new theme (SKT Home Theater).
But we have run into the problem that the new theme still uses a stylesheet from the previous theme. This online style sheet modifies colors, font sizes …
How can we fix this issue?
Sorry but my button on the main header is not working since you gave me the new css code to insert. It is the BOOK NOW button on the home page header, it is supposed to direct to https://book.nightsbridge.com/16825
This is the current CSS I have for the site, please let me know what to change and what to keep as I have a few things that you customized.
I bought the Adventure theme, and I have a problem with the background color of the logo. I would like a color of transparency. How can I edit the css file?
My website is http://www.bascianobike.it
Thanks
Hi, I recently purchased the Software theme and am having a few very specific issues.
For some reason, in my footer, the third column is giving a big line break before starting the shortcoded menu, even though I have not typed a line break.
In addition, there are some specific areas where I need to update colors, but am not sure how if not for editing the theme code itself, which I want to avoid doing. There is a quotation mark graphic in the testimonial section that I cannot find/replace anywhere on the backend of WordPress or in Elementor. There are also these purple dividers in the footer between the footer section name and the actual text of the section. I cannot find where to update that color. Then finally, hyperlink text and hover color in the footer. The footer is separate from Elementor, so I know I cannot edit that way.
I am not a web developer, but do have some light experience with this stuff. Thank you for your patience if these are really obvious questions.
1. on this page bimpress.nl/over-ons/opleidingslocatie/, I used the Map template of the SKT builder. The only thing is that here I can’t change the header colour. I can do so in any other section template, but not here. Do you maybe have a small css code for this or another solution?
2. In the 3 blocks with “opleidingen” on this page bimpress.nl/bim-opleidingen/ and the home page the bullet points are “pointing fingers”, I want to change that. Where can I do that and do I have a choice what kind of bullets I want to use?
Ans: Kindly go to Appearance >> Editor >> style.css >> scroll down to bottom of the page and paste.
.skt-builder-programs-column .progcontent ul li::before {
content: "\f101" !important;
}
The code didn’t change the header color, with header I mean the word “OPLEIDINGSLOCATIES”, the title of the page, maybe I wasn’t clear enough.
And I am familiar with the list of icons, but I don’t see where I can change that, instead of the pointing fingers in the blocks. Can you help? Thanks again!