-
-
Hi, if you go my page: https://derkdumbar.nl/derkdumbar/?page_id=51&clactive=1
(the about page) you will see 3 text blocks at the bottom of the page. I selected “only text” but it still gives white spaces for icons. that’s a bug. Can you fix that?
also if you hover on the items from the hamburger menu it gives different colours on different pages. i don’t see where i can fix that. And is it possible to make the font and line height bigger on mobile?
Last thing, in the contact form there is a send button ( solid grey with square corners) that is different than the one that shows up when you publish. Can you fix that as well? i want the grey one and not the black outline one.
thanks
-
Hello,
That’s not a bug. That’s how it’s designed. When “text only” is selected, a “wrapper_none” css class i added to the icon div. This deactivates the icon option.
What do you want to change here? I don’t see any issue in the blocks view.-Add this css in your Custom Css box to fix it:
.header_container.menu-full-style #navigation nav > ul > li > a:hover, .header_container.menu-full-style #navigation nav > ul > li.current-menu-item > a { color: #00bfa5!important; }
-I don’t see any “solid grey with square corners” button. Can you please send a screenshot?
Best regards!
-
Hi thanks for the reply.
for the white space “bug” if you go here: https://derkdumbar.nl/white_space_before_publish.jpg
that’s how it should be but after publishing it is like this
https://derkdumbar.nl/white_spaces.jpg
Send button is here:
https://derkdumbar.nl/sendbutton.jpg
that’s the one i like to use and see before publishing
thanks
Derk
-
Hello,
I don’t get that when i open your site from chrome. It must be a browser difference. Please add this css in Customize > General > Custom Codes > Custom Css:
.wrapper-form { display: none; }
It will remove the space.
-To style the button, add this css:
.cl-btn:not(.btn-priority_secondary), .cl-btn:not(.btn-priority_secondary):hover { background-color: #c1c1c1 !important; color: #716f6f !important; border-color: #c1c1c1 !important; border-width: 1px !important; border-radius: 1px !important; }
Best regards!
-
You must be logged in to reply to this topic.