Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • glenng Friend
    #949721

    Hi, I update T3 Assets t3-assets for instance: …….. /dev/green/templates.ja_bookshop.less.navbar.less.css

    to change navigation bar color etc… but after sometime system updates itself and colours and other settings back to original. Where do I need to update exactly?

    I have changed navigation width, color, link colors.

    Thanks!

    Pankaj Sharma Moderator
    #949724

    Hi
    T3-assets is cached folder , do not make customizations in this folder , it will be updated after a regulator
    interval of time .
    I suggest you to use custom.css file to make new style override in this file .
    Path : /templates/YOUR JA Template/css/custom.css file .
    If file is not present then create it manually and add your custom style code .

    glenng Friend
    #961623

    Hi,

    I have used custom.css but it didn’t work. I also changed:

    /public_html/templates/ja_bookshop/css/template.css

    and same template.css file within /public_html/templates/ja_bookshop/local/css

    but it didn’t change at all.

    I only want to change Navigation bar color and as well as logo color and its size.

    Any suggestions?

    Thanks!

    Pankaj Sharma Moderator
    #961787

    Hi
    Kindly turn of the Css compression on your site and give me the details of code that u added in custom.css file with the highlighted screenshot that need to be changed with the custom.css file codes .
    Also post the URL of page where u applied the code .

    glenng Friend
    #961873

    Hi,

    Here is the URL:
    /public_html/templates/ja_bookshop/css/custom.css

    You can see the attached custom.css screenshot and also here:

    .navbar-nav {
    width: 1010px;
    }.navbar-nav {

    .item-page article .item-image {
    height: auto;
    max-width: 100%;

    .navbar-default .navbar-nav > li > a {
    text-transform:capitalize!important;

    }

    .logo-text a
    color: #252121;
    text-decoration: none;
    font-size: 36px;

    .navbar-default .navbar-nav > li > a {
    color: #252121;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;

    }


    1. 11111
    Pankaj Sharma Moderator
    #961876

    Hi
    I need URL of the site page where i can check the changes .

    glenng Friend
    #962120

    Here is the url http://www.whatissocialism.net/ I had included in my first post.

    Thanks

    Pankaj Sharma Moderator
    #962199

    Hi
    Kindly check your code is working :
    http://prntscr.com/c96i8q
    Rest some the code not working because of no syntax in code
    like : `
    .logo-text a
    color: #252121;
    text-decoration: none;
    font-size: 36px;

    
    it should be 

    .logo-text a {
    color: #252121;
    text-decoration: none;
    font-size: 36px; }

    
    and class does not match with the site classes  ,  I suggest you to use inspect element or firebug to check classes and then override them via custom.css file .
Viewing 8 posts - 1 through 8 (of 8 total)

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

We moved to new unified forum. Please post all new support queries in our New Forum