Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1014598

    Hi
    Please upload logo image in /images/joomlart/cat-pink/logo.png
    You replace all logo images in each cat color folder like cat-pink folder .

    Regards

    claucruzg Friend
    #1014618

    Solved for web version, but I do not see it changing for the mobile version

    Pankaj Sharma Moderator
    #1014628

    Hi
    what is the issue in mobile?
    I checked that page and logo is showing on it: http://prntscr.com/eeysuw

    claucruzg Friend
    #1014759

    Is too large for some configurations. How do I customize the logo for smaller screens?


    1. IMG_6398
    Pankaj Sharma Moderator
    #1014895

    Hi
    Add below code in custom.css file
    @media(max-width:468px){ .logo-image .logo-img { transform: scale(0.7)!important; -webkit-transform: scale(0.7)!important; -webkit-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms; }}

    It will fix the issue.

    Regards

    claucruzg Friend
    #1014920

    In which path do I find the file?

    Pankaj Sharma Moderator
    #1014932

    Hi
    Open template folder /css/custom.css
    create file if its not present.

    Regards

    claucruzg Friend
    #1014938

    Resolved thanks

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  claucruzg 7 years, 8 months ago.

The topic ‘Category Color’ is closed to new replies.