Okay
  Public Ticket #2981510
Header logo resize
Closed

Comments

  • JUAN MANUELL GARCIAMANCINAS started the conversation

    Hello. 

    Good day all, I would like if you can support me to be able to adjust the logo in the head of the website, as well as the texts to a slightly larger size, and in the menu area how can I remove the numbers 01, 02, 03 from the menu, and so that only the name of the product remains to be displayed.

    I attach images for your help, of the locations where I want to make the minimum modifications to the site that I am designing.

  •  1,801
    Support replied

    Hi, to increase the logo size just increase its height with

    #logo img {
         height: 40px;

    }

    change 40px and add the code to customizer -> additional CSS

    to hide the numbers next to slides title:

    .title span {
        display: none;
    }

    and which font size you want to increase?

    Variedad de productos and Menu in the header?


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • JUAN MANUELL GARCIAMANCINAS replied

    Yes is for Variedad de productos and Menu header mostly to be visible on desktops browsers, but i got some doubts about the css style,

    I don't know exactly where to set the logo size, and I don't know exactly how to set the font size for the main menus. besides switching off the small numbers  on the menu names. since those are just my only requirements. 

    Thank you for your help. 

    Manuel Mancinas

  •  1,801
    Support replied

    Hello Manuel

    Regarding the logo size: just add the css from my prev comment to customizer -> additional CSS

    #logo img {      

         height: 40px;

    }

    increase the size in pixels so modify 40px and the add the code to customizer -> additional CSS

    menu and header font size

    .button-text {
        font-size: 12px;
        width: 140px;

    }

    increase the font size and the width

    if you have difficulties send us wp admin access in a private comment and we will the code for you


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   JUAN MANUELL GARCIAMANCINAS replied privately
  •   Support replied privately
  •  1,801
    Support replied

    1. So I adjusted the height of the logo to 80px in customizer -> additional CSS

    https://prnt.sc/-TSOP_Wn64hU

    2. Added

    .title span, .stroked .title span{

          display:none;
    }

    in customizer -> additional CSS

    3. Not sure how you can do this perhaps you can use a plugin or a timely redirect?

    https://thisinterestsme.com/redirect-page-after-five-seconds/


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy