Change Button configuration

Posted in: Newspaper
Post count: 5

Hi!
Please help me with a CSS to configure the size of the header when sticky.
Also, need to find the configuratons to change the buttons on my site, principally the forms.

Post count: 23312

Hello bpdigitalmedia,

Please provide your website and also, some useful screenshots where you should explain what section you want to change. I need your website so I will be able to provide a more accurate response/code.

Thanks for the message!

Post count: 5

The website: http://pescazila.com.br/

print screen

On this image you can see the form button. It’s black and squared. I’m not being able to change it.

menu
On this image, I show the sticky header when i roll the screen, I need to control the high.

Thank you

Post count: 22421

Hello,

1. for the button please use this css:
#mc_embed_signup_scroll #mc-embedded-subscribe input[type=submit]{
background-color: #9f2c2c!important;
border-radius: 15px!important;
}

2. for the sticky menu height you can use this code:
@media (min-width: 768px){
.td-affix #td-header-menu {
min-height: 90px !important;
}
.td-header-wrap .td-affix .sf-menu > li > a, .td-header-wrap .td-affix .td-main-menu-logo a{
line-height: 90px!important;
}}

Thank you!

Post count: 5

Thank you for the codes. The Header one worked perfectly, but the button one didn’t change anything.
This is what I need of a button:
Button needed

Another thing: I’m having trouble to take off the Media icons and Sign in button of the Menu, only on mobile. Can you please guide me on were can I disable this on mobile too? It is already disabled on Newspaper> Theme Panel> Header> Top bar
mobile sign in

Post count: 22421

Hello,

If you want to remove the login from the mobile version of the site, you can remove it like so: https://www.screencast.com/t/ZiVTHXw1UA1
A for the code, is there a page that I can see the form somewhere, one that does not disappear as soon as I inspect it? Please provide an url to the form in question so I can test the code and see why it does not apply.

Thank you!

Post count: 5

Great, thank you!
One more thing about Mobile. Our language is portuguese, and I translated the site on Newspape> Theme Panel> Translations but on mobile it doesn’t seem to be working. On footer as an example, ABOUT US should be translated to SOBRE NÓS, but there are other cases.

In this page you can see a form: http://pescazila.com.br/contato/

Thank you so much for your help!

Post count: 22421

Hello,

In order for the mobile translation to work, you also have to translate the theme from the panel like so: https://forum.tagdiv.com/loading-translations/
If you encounter issues with the translation you will have to contact us at contact@tagdiv.com and we will load the translation as there is an issue with loading translations that we are working on fixing.

Thank you!

Post count: 5

I did what is described on your link and nothing changed, I wrote an email to contact@tagdiv.com

About the button, can you help me? In this page you can see a button form: http://pescazila.com.br/contato/

Thank you!

Post count: 7909

Replied via email!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.