-
Posted in : Efor
-
Hello guys,
I worked on my website today and suddenly the picture that I uploaded for section 1, extended into the header.
-> https://ibb.co/V2M9CdvIn the original template, the picture of setion 1 does not extend into the header and I want it that way.
Can you please help?
Best regards
JulianHi,
The information you shared works for logging into the website, but it gives an incorrect warning for the wp admin panel. Open the home page with elementer. Select a different option instead of transparent as header style on the right side.
ThanksHi Serkan,
thank you for answering to my post, I tried your suggestion today but when it didn’t work out. The only options I found do unfortunately not include transparent.
And one more question:
Somehow I added a second ribbon, which is there permanently.
How can I remove the permanent one and adjust the one that appears when hovering?I will share my login with you, so hopefully you have all information to help me out.
Also best regards and best wishes for the new year 2024 :)
Best regards
JulianHi,
I have visited all the menus on your website one by one. The ribbon turns red whichever menu is active. Other than that, when hower is done, only black ribbon appears. As you said, there is no ribbon that remains constant.
I’ve also updated your menu.
ThanksHi Serkan,
thanks a lot.
Can you give me description where I have to look to adapt the Menu / Header?
I would like to change the color style but I still don’t find the right place for the settings.
I would like to have it in white, as it is when you scroll down a little.Best regards
JulianAnd another question, is there a possibility to remove the constantly shown ribbon?
Just to show the one, when hovering over a tab of the men?
I can only find the possibility to change the colors, but not the setting to show, or not to show one.Best regards
JulianHi,
As I mentioned above, when I enter the homepage page, you have a panel on the right side. Here you can select the tab you want from the header style tab. If you choose the default one, it will be affected by all the changes you make on the customizer panel in your dashboard.You can use the following css code for your second request. The first code is to remove the red ribbon, the second is to change the colour to black because the ribboned menu item is white. You can not use it if you want.
.is-menu-hover-ribbon .nav-menu li.current-menu-item > a > .link-text:before { display: none; } @media screen and (min-width: 992px) { .nav-menu > ul > li.current-menu-item > a { color: #000 !important; } }Thanks
You must be logged in and have valid license to reply to this topic.