Okay
  Public Ticket #3555733
design
Closed

Comments

  • Adam started the conversation

    I recently purchased this and managed to install it onto my site however where on earth is all the documentation guides for this theme, it said it was well documented and I cannot for the life of me find ANYTHING to help, let alone a guide?

    It would be very helpful to have some info on where design features and changes are located. Specifically at the moment I am trying to change the size of my logo on the header

  •  1,802
    Support replied

    Hello Adam

    No worries, the documentation is available online, as advertised in the project's page:

    https://prnt.sc/ILdQkqQ7sZcB

    Reason is that the docs would occupy quite a bit of the space in the main archive.

    http://clapat-themes.com/helpcenter/serano/

    If you can provide wp admin access in a private comment we can import demo data free of charge. This will give you a snapshot of our live demo you can start customizing from and will give you a good insight into how the theme works.


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Adam replied

    Hello, thanks for linking the documentation wherabouts, I have found it- though it doesn't answer my two questions (nor would I think the demo data- I have the demo data uploaded already that i'm working from)

    Please can you answer these two questions-

    1) How do I change the header logo size?

    2) How do I remove the category name text from the Showcase Carousel


    Thanks, Adam

  •  1,802
    Support replied

    Hey Adam,

    Ok answers to your question:

    - changing the logo size implies changing the height of the logo as it tries to cover the available width:

    #logo img {
         height: 50px;

    }

    change the height and then add the code to customizer -> additional CSS

    - you can hide the categories in carousel slider with

    .clapat-sync-slider.small-titles {
        display: none;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy