The problem arises whether I modify the “original CSS of the theme” or if I use the “Custom CSS” to establish the modifications. In both cases the same thing happens.
Problem:
When making a change to the lines:
477 to 484
725 to 732
799 to 806
912 to 919
966 to 973
1162 to 1169
1436 to 1443
1496 to 1503
1527 to 1534
1582 to 1589
1691 to 1697
1719 to 1726
Which consists of creating the <featured1> tag to the <featured8>
This tag should modify the highlighted color of the text in the title of the slider.
While I configure the title text, you can observe the changes correctly:
<small>
<featured1> We </featured1>
<featured2> Deliver </featured2>
<featured3> Best </featured3>
<featured4> Artwork </featured4>
<featured5> and </featured5>
<featured6> Paintings </featured6>
</small>
<featured7> Penultimate </featured7>
<featured8> Last </featured8>
But when saving the changes, this is reverted in the Slider manager.
Hi there,
I am looking to change the Slider Nav Button Color. I managed to find the option in the customization. However, the change only applies to the “Navigate Forward Button”. The “Navigate Backward Button” remains red (e.g. #dd3333).
Where can I change that ?
Thanks in advance.
Guten Tag,
ich habe für meine Kunden einen WebShop erstell, hat perfekt funktioniert aber jetzt plötzlich die Button ” in Warenkorb” bei einzelnen Produkt ist blockiert, obwohl diese Button bei Produktenuebersicht aktiv ist.
könnet Sie mir Bitte Helfen diese Problem zu beseitigen.
Mit freundlichen Grüßen Vlad Poluektov. https://www.anticatropea-heimservice.de/shop/pizza-26-cm/tre-colori-26-cm/
I’m having a hard time changing the color of tiles set up in my SKT recipe theme using elemator plugin, how do i change the color of tiles that appear at on lower page https://www.krazyforketo.com/our-recipes/
For some reason, my header and navigation bar are disappearing in mobile and tablet views.
The home page header formatting/responsiveness is not good on large screen formats.
When you sent me custom CSS to update the footer issue in a prior ticket, the new CSS did not apply to the blog page specifically.
Good afternoon, dear srs
I request your help please for the following:
I bought the SKT decor theme to set up my website, after I finished, I noticed that in desktop version it works well. However with a tablet and mobile phone version, the menu button that is located on the top right side, is in fact very high and almost hidden, thus making it impossible for the user to click.
there was also a black bar like a banner, but then I managed to go to Basic / Costum CSS and type the code:
#customizer_topbar {
width: 100%;
background-color: # 282B32;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
height: 30px;
padding: 10px 0;
font-family: sans-serif;
display: none;
Solved the problem with the bar, disappeared! As for the menu, there is no way to solve it, it remains much higher, I cannot deliver it to the end customer like this.
You have added the following code to custom css: h2, h1, h3, .gt3-page-title__content .page_title h1 {color: #262c66 !important;}
But the titles still have the color #0b5e8d
This css code: h2, h1, h3, .gt3-page-title__content .page_title h1 {color: #0b5e8d !important;}
It belongs to the old theme and I don’t know how I can eliminate it so that the colors have the correct color that I indicate in the customization of the current theme.
The old theme css code is added through an online style sheet. The question is how to remove or unlink this style sheet?