test melih
 melih
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • art3 Friend
    #196385

    Hello, I created custom.css in:
    / templates / ja_biz / css / custom.css

    The Style to change this at:
    / t3-assets/dev/blue-innovak/templates.ja_biz.less.joomla.less.css

    . pagenav {
    ** margin: 0;
    ** padding: 0;
    ** list-style: none;
    }

    Copy in custom.css But no change, same goes with other styles.

    . pagenav {
    ** margin: 0;
    ** padding: 0;
    ** list-style: none;
    ** float: right;
    }

    Please can you help me to know why.
    NOTE: I created MagicTheme: blue-Innovak
    / t3-assets/dev/blue-innovak /

    Thank you very much.

    pavit Moderator
    #529242

    Hi

    You need to work on css files directly

    From your backend – template manager – disable css optimization

    <blockquote>/ t3-assets/dev/blue-innovak/templates.ja_biz.less.joomla.less.css </blockquote>

    T3 assets is a temp folder to store optimized files

    TomC Moderator
    #529247

    <em>@art3 419566 wrote:</em><blockquote>Hello, I created custom.css in:
    / templates / ja_biz / css / custom.css

    . . . . no change, same goes with other styles.

    Please can you help me to know why.

    Thank you very much.</blockquote>

    What is it, exactly, you are wanting to accomplish?

    art3 Friend
    #529258

    I Customize Template JA Biz (I created a new theme with MagicTheme)

    but the styles found in:
    / T3-assets/dev/blue-innovak/templates.ja_biz.less.joomla.less.css NO CHANGE

    From your backend – template manager – disable css optimization:

    Sorry for my bad Inglés, I speak Spanish

    Thanks


    1. 1
    2. disable-css-optimization
    TomC Moderator
    #529259

    <em>@art3 419584 wrote:</em><blockquote>

    I Customize Template JA Biz (I created a new theme with MagicTheme)

    but the styles found in:
    / T3-assets/dev/blue-innovak/templates.ja_biz.less.joomla.less.css NO CHANGE

    Sorry for my bad Inglés, I speak Spanish

    Thanks</blockquote>

    I just (temporarily) configured your Template Manager–General settings so that you should now be able to view/identify the correct CSS file path(s).

    What is it, exactly, you are wanting to modify? – which element(s)?

    pavit Moderator
    #529262

    Hi art3

    In your template manager – First set Enable development mode to Off , then set your CSS Optimization to Off

    Then you will see your modifications made on custom.css will works fine

    DO not works on T3 assets files – your changes made there will have no effects

    TomC Moderator
    #529264

    <em>@pavit 419588 wrote:</em><blockquote>Hi art3

    In your template manager – First set Enable development mode to Off , then set your CSS Optimization to Off

    Then you will see your modifications made on custom.css will works fine

    </blockquote>

    Just did that for him 😎 . . . .

    TomCI just (temporarily) configured your Template Manager–General settings so that you should now be able to view/identify the correct CSS file path(s).

    art3 Friend
    #529278

    I just want to modify some small objects, rather buttons from left to right, colors, etc.. nothing very complicated.

    I want to change position:

    . pagenav { _____ >> templates/ja_biz/css/themes/blue-innovak/template.css —> Line 3210
    ** margin: 0;
    ** padding: 0;
    ** list-style: none;
    ** float: right; —- >> I’m adding this line in custom.css “Does not Work”
    }

    NOTE:
    My custom.css is templates/ja_biz/css/custom.css

    Thank you very much for your help!


    1. pagenav
    TomC Moderator
    #529280

    Another suggestion would be to utilize an online web development tool such as to identify and test out modifications to your CSS prior to making the “official” modifications within your site CSS file(s).

    ranashanu Friend
    #529311

    <em>@art3 419616 wrote:</em><blockquote>I just want to modify some small objects, rather buttons from left to right, colors, etc.. nothing very complicated.

    I want to change position:

    . pagenav { _____ >> templates/ja_biz/css/themes/blue-innovak/template.css —> Line 3210
    ** margin: 0;
    ** padding: 0;
    ** list-style: none;
    ** float: right; —- >> I’m adding this line in custom.css “Does not Work”
    }

    NOTE:
    My custom.css is templates/ja_biz/css/custom.css

    Thank you very much for your help!</blockquote>

    Can you please mention the link to your site, so that we may suggest more accurate solution to you.

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #529358

    @art3, anything inside t3-assets may change over time, you should not touch that.

    should you want to create a new theme based on T3 Framework, please follow the steps explained in here

    If that’s not the case, what kind of position changes that you want to accomplish.

    A totally agree with TomC, use web development tools such as Firebug, or you may use Chrome Inspect Element, to address which element you need to change, and while developing, again, set Development Mode to On

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #529360

    @art3, is that your case?? if so.. please add


    #t3-content > div > ul {
    float: right;
    }

    in your custom.css

    and clear your cache afterward and and see if that’s working..


    1. screenshot
    art3 Friend
    #529459

    Sorry, add the code in custom.css but not change anything.


    1. Float-right
    2. Float-right2
Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 5 voices, and was last updated by  art3 10 years, 10 months ago.

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