Hello I have a problem with the block header color, as soon as I save my setting and then look results, the headline gets a black background, does anyone know how I change the global? Thanks in advance. Here are the pictures:
1) https://www.dropbox.com/s/fvbgzuuigxyg7yx/before%20save.png?dl=0 (as I want it)
2) https://www.dropbox.com/s/z3md5ypsfb6ti4u/after%20saving.png?dl=0 (after saving)
3) https://www.dropbox.com/s/0ynejp27nfkqiqv/css.png?dl=0
So I want it to look like this: https://www.dropbox.com/s/m3izx879m7y9tqq/finish.png?dl=0
Hello Alex89,
Try using the code below and place it in Theme panel -> Custom CSS Area.
The code is ->
.block-title span{
background-color:#399998;
}
This is a quick fix. Also, I suggest you reinstall the theme via FTP way, clear all the caches, purge CDN files and check the results.
Thanks.
Hello Alex89,
Notice that after each theme update, all of your additional customizations will be lost. You should add again the code to the Theme panel and check the results. I do recommend you to make a full backup to your theme before each updating of the theme.
Thank for your understanding!
I think I was misunderstood! When inserting this css code then the Override ganaz will appear normal as I want it to be. If I choose the title background color with TD Composer and save it, then it will not be taken over, instead of the title background color will be displayed in black as mentioned above. As recommended by you, I made the theme update that did not help. Sure, that works with Css, but why is not that possible with TD Composer?
Hello Alexa89,
I saw that you are using the child theme with such customizations which can break the theme. Try to revert the theme to the main version, clear all the caches and check the results. Also, ensure that you are using the latest version of the child theme which comes bundled with the theme core files.
Thanks for your understanding!
I have now linked the Tittel with the respective category, then I had to rewrite the Css code so that the colors are displayed correctly, CSS code (
.block-title a, .block-title span, .block-title label {
padding: 5px 12px 5px;
line-height: 8px;
background-color: # 399998
})
Now I want that the Tittel gets a hover effect, how can I get it?
Hello,
I would like that if I go with the mouse over the block header, this then gets a hover effect, as above my main menu, it makes sense that the (cat breeds) is linked to the category. https://www.dropbox.com/s/o7xe8a6zanhtokh/Screenshot%20%28209%29_LI.jpg?dl=0. So the block header must be darker when I go over it with the mouse.
Hello Alex89,
If you want a hover effect you should do it yourself with such a custom CSS code according to our Inspector Browser guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will find all the steps which are needed to follow in order to create your own custom CSS code.
Thanks for your understanding!
Hello Catalin,
Okay, now back to the original problem, this black frame in the block header is always there without the css code, (https://www.dropbox.com/s/w04isdins4obt74/Screenshot%20%28211%29_LI. jpg? dl = 0) with the TD composer I can only change the outside colors, but black is always there, it can not be the solution with the CSS code …. I have now taken out the CSS code so you do it yourself you can watch. With the CSS solution I’m not happy, I also like the recommended, Theme reinstalled, Child Theme new. Cache emptied, settings reset, it did not help anything. Here again the website: Catrelax.de
Hello Alex89,
I have inspected your website and I saw that you have a strange span with a background-color: black which does not come from our theme and that’s why you bring that results, sorry! Please try to reinstall that demo again via FTP way after you make a full backup, clear all the caches and check the results. I have tested on my side and I cannot recreate this error. Everything works as expected, as you can see here -> https://www.screencast.com/t/e12O9wBjII
Hope this helps!
Thanks for the message!