test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pavit Moderator
    #898923

    Hi

    To avoid future update file overrides you can create a new file and name it custom.css in this folder /templates/ja_onepage/css and add your customizations to it, like for your logo

    .logo {
    width:350px;
    }

    1. Screenshot_15-2
    tiwi Friend
    #898928

    Thanks for the quick response.

    How to do that, I am an amateur?

    1 open notepad
    2 only copy paste in it:

    .logo {
    width:350px;
    }

    3 save it as custom.css and upload?

    Is it that simple?

    pavit Moderator
    #898930

    3 save it as custom.css and upload?

    Upload it in this folder /templates/ja_onepage/css

    Is it that simple?

    it is

    tiwi Friend
    #898934

    there is already a custom.css file with the following

    @import url(../fonts/homestead/stylesheet.css);
    @import url(../fonts/bebas-neue/style.css);
    @import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
    @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

    Shall I add it in this file or overwrite?

    pavit Moderator
    #898940

    No you should edit that file and at the bottom you will add new code i suggested above

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

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

The topic ‘logo very small after template update’ is closed to new replies.