we have more or less now finished the website. Thanks a lot for your helpful input from time to time.
Our next goals are to offer multiple languages (like 4-5). I couldn´t find any option in the theme builder. Can you tell us, which options we have to do that?
Best regards!
]]>p a {
color: #FFD618 !important;
}
p a:hover {
color: #000 !important;
}
.topheader-dropdown:hover, .topheader-dropdown:focus {
background: #FFD618 !important;
}
@media screen and (max-width: 1279px){
#top-header .contact-info {
background-color: #FFD618 !important;
}
}
Here is the screen record after adding this CSS
https://www.awesomescreenshot.com/video/22081301?key=fc05cb2cdccff24d353c8130b19de420
It looks like this strong-orange-color is set somehow as a standart color?
https://www.awesomescreenshot.com/image/43915506?key=8d9187300ab488a68a75e02da389087e
thank you so much!
]]>I´m trying to add css to change the contact-bar color when dropped down. It´s orange now but should be #FFD618. I can´t find the right class to do that. What am I doing wrong?
Would appreciate your help, url is: educationhelp.de
short record of what i mentioned:
https://www.awesomescreenshot.com/video/22042997?key=fa7d27ad989d827dedd251b77ff92f66
I want to have it all in that color, also that dropdown arrow – is that possible?
]]>@media screen and (max-width: 1023px) {
.main-navigation ul.nav-menu > li > a {
color: #555;
}
.main-navigation ul.nav-menu {
background-color: #FFD618;
}
.main-navigation form.search-form input {
background-color: #FFD618;
color: #000;
}
.main-navigation ul#primary-menu li.current-menu-item > a {
color: #12315d;
font-weight: 700;
}
}
NOTE: You can change the color as per your requirement.
Again, for the footer links, you can add the CSS below:
.site-info span {
display: flex;
justify-content: center;
gap: 25px;
}
@media screen and (min-width: 767px) {
.site-info.col-2 span {
width: 100%;
}
}
NOTE: For spacing, you can change the gap value as per your requirement.
]]>You´ve also provided me a css to add some links in the footer. I wanted to ask, how I could leave some space between the two links and make them be in the mid-center of the footer. Here is a screenshot explaining what I mean:
https://www.awesomescreenshot.com/image/43525195?key=0247bd66355f8309b8ad53b0c772354b
thanks a lot in advance!
]]>