Okay
  Public Ticket #600546
Logo
Closed

Comments

  • Mario started the conversation

    Beautyful Theme. However - I have a few questions.

    Ive uploaded a logo, and decided that I wanted it smaller. I tried to resize it, but nothing happend, Deleted it from my media folder, and uploadet a new - and smaller version. But it keeps appearing oversized and not very good looking.

    Second. How do I change the icon´s Do I have to text code everything. Is there no page builder or simular for this theme? How beautyful and great it looks - it appears to be somewhat primitive to work in, compared to other themes like RT18 and Smartco, where you have different kinds of wysiwyg tools. Have I misunderstood something?

    Thanks...

  •  1,823
    Support replied

    Hi,

    Let me explain how it works with the logo.

    your logo right now has 100x20 pixels

    the logo space has 50 px (if you inspect the element you would see the attribute of #logo a )

    and it tries to fill the available width.

    so you wither try to produce a logo which has 50px height either decrease the height of the logo space through custom css


    #logo a {

    height: 20px;

    }

    you can add top padding to align it

    #logo a {

    height: 20px;

    padding-top: 20px;

    }

    in theme options -> styling options -> custom css

    thanks


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Mario replied

    Thank you very much. It works.

    Regarding my other question - basicly I have trouble editing the sections. Where and how - with what tool. For example - how do I change the icon´s in the \"Service\" section, and where do I edit the parameters of the email-icon in the \"Contact section\". I am sorry - but it seems that something is missing in my backend?

    Thans

  •  1,823
    Support replied

    You just use wordpress visual editor. each section is actually a page. so you just edit the content.

    Let me know if you have any other questions.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Mario replied

    Thanks for your quick reply. I have attached a screen dump, for you to see what I see.

    1) Where do I edit the parameters of the mail-icon

    2) How do I change the icon in the service section (page)


  •  1,823
    Support replied

    For services you just need to change the attribute icon:

    icon=\"fa fa-cog\" for example

    with another icon

    the list of fontawesome icons you can find it here:

    https://fortawesome.github.io/Font-Awesome/icons/

    for the second is the attribute company_email

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy