clavigo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Background image is fixed, but moves on mobile??Hello everybody,
sorry for leaving this topic open and unanswered for such al long time…:-(
By the time, i started it, the website was not yet online, so there was nothing to show.
But now it is:
https://rosen-methode-brdiczka.de/
The issue with the background pics on mobile is still the same as described above.
I am thankful for any suggestions.
Cheers, TobiasForum: Themes and Templates
In reply to: [Astra] Astra, header, distance between logo and site title?Hello everybody,
to all who are interested in this problem:
I found the solution myself (again…:-)).By checking the html of the header, I found the correct class selector adressing the box of the site title, called “…-wrap”.
The code is now like this:.ast-site-title-wrap {
margin-top: 20px;
}This works on ALL pages and even no “!important” needed!
Regards, Tobias
Forum: Themes and Templates
In reply to: [Astra] Astra, header, menue, changing font colours, hover?Hi everybody,
I solved this already by myself 🙂
I used the following code and it worked:.main-header-menu a:hover {
color: #ff9933 !important;
}I have learned that sometimes there can be a piece of code somewhere in the style sheet, that has a higher priority and overruns custom css settings.
This is new to me. I always thought that any css written in the customizer would overrun the basic css of the theme.
So if you use “!important”, you can force in your changes.Regards, Tobias