Okay
  Public Ticket #1778366
appearance does not change
Closed

Comments

  •  1
    Marisabel started the conversation

    Hello Team,

    I am not able to change logo, favicon, header style, footer, etc... 

    Refer to my previous private ticket  #1778221.

    Please advise.

    Thanks,

  •  608
    WordPress replied

    Hi,

    We have replied your question at ticket "LOGO DOESNT WANT TO CHANGE".

    Kind regard.

    Thanks.


  •  1
    Marisabel replied

    Hello,

    I renamed knowledge slug to info and it stopped working. Page not found. but when i rename dit back to knoledge is works...

    Is there chance to keep in as info?

    Please help

  •  608
    WordPress replied

    hello,

    You can go to Setting -> Permalink -> Save


    Kind regard.

    Thanks.



  •   Marisabel replied privately
  •  608
    WordPress replied

    Hello,

    You can add style css in child theme

    .info.blog-date,
    .post-comments,
    .author-box {
        display: none;
    }
    Thanks!

    Alex Vũ


  •  1
    Marisabel replied

    Fantastic! Thank you very much Alex.

    Please help me one more time with the header:

    It is jumping when i scroll down. see video please, sorry for low quality can not upload bigger file.

    So when i click on "Enable Fixed Header" it stops jumping but become transparent. 

    I´ve tried everything...

    Please advise.

    Kind regards,

    MAryana.

  •  608
    WordPress replied

    Hi,

    You can have additional css:

    .fixed-header .site-header:not(.is-ticky) {
    background-color: #ffff!important;
    }

    Kind regard.

    Thanks.


  •  1
    Marisabel replied

    Wonderful!

    Thanks Alex!

    Really appreciate your help and useful hints)

  •  608
    WordPress replied

    Hi,

    We are here to help with your problem with the theme.

    It's so kind of you to rate us on themeforest.

    Thanks a million.

    Kind regard.


  •  1
    Marisabel replied

    Dear Alex,

    1) The web scrolls smoothly on the front page, but not in shop. 

    2) How can I delete empty area for the category text, when there is no text. 

    Please advise.

    Thanks a lot!!!

  •  608
    WordPress replied

    Hello,

    1: I do not see the problem

    2: You can add style css

    tax-product_cat .cate-archive {
        margin-bottom: 0;
    }
    Best Regards!

    Alex Vũ