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.
The website: http://pescazila.com.br/

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

On this image, I show the sticky header when i roll the screen, I need to control the high.
Thank you
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!
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:

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

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!
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!
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!
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!