Hello to the support team
I would like to change the background color from white to gray and the font color from black to white. where and how do I have to enter the CSS CODE?
Thank you very much and greeted from Germany
ltheme
POSTED: 2018-03-24
Hello SWANWORKS,
Could you please send me your site address? So, I can help.
Swanworks
POSTED: 2018-04-18
Thank you, with our sporting ambition we have solved the problem. thanks
Swanworks
POSTED: 2018-04-18
Hello to the support team
Color Active Link: we have 5 submenu items in the menu. In the demo, only the active submenu item is colored. With us all 5 submenus are colored if one is active. Here we need help.
Thank you very much
ltheme
POSTED: 2018-04-19
Hello SWANWORKS,
Can you send me site URL with your problem? So, I can help. I tried with https://www.celano.de/de/ but it's not dev website.
Swanworks
POSTED: 2018-04-19
Comment in status pending...
It will be published after it has been approved by the Website Administrator.
Swanworks
POSTED: 2018-04-19
Please look in special info, where I have the complete data filed.
thanks
ltheme
POSTED: 2018-04-19
Hello SWANWORKS,
Thanks for your info. Can you recheck login? I tried but no luck.
Swanworks
POSTED: 2018-04-27
sorry, that was my mistake. I checked and saved the correct data. Thank you very much
ltheme
POSTED: 2018-04-28
Hello SWANWORKS,
You're welcome!
Swanworks
POSTED: 2018-06-14
I have checked the access and now you can log in. see special info
ltheme
POSTED: 2018-06-18
Hello SWANWORKS,
I fixed it for you, you can see CSS fix below in file 'style.css' (end of this file)
/* fix menu colored */
.header-site .nav-horizontal ul.sub-menu li a {
color: #111!important;
}
.header-site .nav-horizontal ul.sub-menu li.current-menu-item a {
color: #ff6600!important;
}
Swanworks
POSTED: 2018-06-23
Great, thank you very much!
Have a new question. in the line Service (Home) all modules should be the same size (Flex). I have defined the following: style.css line 159:
.list-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;}
As far as it works. Unfortunately, ".list-grid" is not just for the service modules. To avoid display errors in other areas, I would like to restrict "Flex" to service modules only. Can you help me with that? Thank you very much
ltheme
POSTED: 2018-06-24
Hello SWANWORKS,
You just put class below before your defined CSS class, as below
ive a problem with the news-preview on the main-side.
I can see 3x News-posts. Under this chart, i can see a switch-button to see the next 3x News-posts (left- side under the 3x news-posts). when i click on this button, the complete page is new loading... after this i can see the next 3x news-postings.
can you give me a solution, that the next 3x posts come directly, when im click on the button.. like a switch.. (without new loading).
Best regards,
Henning Ritter
ltheme
POSTED: 2018-09-14
Hello SWANWORKS,
Thank you for your info.
Can you send me direct link with problem?
Swanworks
POSTED: 2019-01-05
Hello guys, thanks to here. Great.
one last question about the service boxes -> home.
Flex box works great. Inside each box, class = "excerpt" is defined for the content. I would like to have class = "excerpt" at the same height, so that the "read-more-button" is also at the same height. Where and how should I define it. Many thanks in advance.
ltheme
POSTED: 2019-01-09
Hello SWANWORKS,
It can't be defined via html class structure, but with some more CSS. I just did it for you, you can see custom CSS via template settings that I added.
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
I would like to change the background color from white to gray and the font color from black to white. where and how do I have to enter the CSS CODE?
Thank you very much and greeted from Germany
Could you please send me your site address? So, I can help.
Color Active Link: we have 5 submenu items in the menu. In the demo, only the active submenu item is colored. With us all 5 submenus are colored if one is active. Here we need help.
Thank you very much
Can you send me site URL with your problem? So, I can help. I tried with https://www.celano.de/de/ but it's not dev website.
It will be published after it has been approved by the Website Administrator.
thanks
Thanks for your info. Can you recheck login? I tried but no luck.
You're welcome!
I fixed it for you, you can see CSS fix below in file 'style.css' (end of this file)
/* fix menu colored */
.header-site .nav-horizontal ul.sub-menu li a {
color: #111!important;
}
.header-site .nav-horizontal ul.sub-menu li.current-menu-item a {
color: #ff6600!important;
}
Have a new question. in the line Service (Home) all modules should be the same size (Flex). I have defined the following: style.css line 159:
.list-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;}
As far as it works. Unfortunately, ".list-grid" is not just for the service modules. To avoid display errors in other areas, I would like to restrict "Flex" to service modules only. Can you help me with that? Thank you very much
You just put class below before your defined CSS class, as below
.service-vertical-massive .list-grid {
display:flex;
justify-content: center;
flex-wrap:wrap;
}
So, this CSS will only effect for service part.
ive a problem with the news-preview on the main-side.
I can see 3x News-posts. Under this chart, i can see a switch-button to see the next 3x News-posts (left- side under the 3x news-posts). when i click on this button, the complete page is new loading... after this i can see the next 3x news-postings.
can you give me a solution, that the next 3x posts come directly, when im click on the button.. like a switch.. (without new loading).
Best regards,
Henning Ritter
Thank you for your info.
Can you send me direct link with problem?
one last question about the service boxes -> home.
Flex box works great. Inside each box, class = "excerpt" is defined for the content. I would like to have class = "excerpt" at the same height, so that the "read-more-button" is also at the same height. Where and how should I define it. Many thanks in advance.
It can't be defined via html class structure, but with some more CSS. I just did it for you, you can see custom CSS via template settings that I added.