Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • marvin74 Friend
    #205252

    Good Morning
    I have a problem with the css customization of Purity III. My changes are overwritten by the framework …

    In another template (Jasugite) I solved it:

    http://www.t3-framework.org/documentation/bs3-customization#custom-css
    http://www.joomlart.com/forums/topic/less-to-css-problem-customization-css/

    But this time seems not to work :((
    Thank You

    Pankaj Sharma Moderator
    #565604

    HI
    Did you created custom.css in the css foler ?
    Provide details on which part you are trying to override the css style .
    Share your working site url so i can take a look on your problem .

    marvin74 Friend
    #565631

    <em>@pankajsharma 466803 wrote:</em><blockquote>HI
    Did you created custom.css in the css foler ?
    Provide details on which part you are trying to override the css style .
    Share your working site url so i can take a look on your problem .</blockquote>

    ok thanks!
    the url is this
    http://www.francofadda.it/labor/

    the custom CSS file is in the folder /www.francofadda.it/labor/templates/purity_iii/css

    I have to remove the padding of Slideshows

    the code to be changed is this

    .corporate .slideshow {
    background: #f7f7f7
    border-bottom: 1px solid #eeeeee
    padding: 0px 0;
    }

    Pankaj Sharma Moderator
    #565634

    Hello
    The code should be like This


    .corporate .slideshow{background:#f7f7f7!important;border-bottom:1px solid #eeeeee!importantpadding:0px 0!important}

    Replace your code with above code .Clear cache and check .

    marvin74 Friend
    #565638

    <em>@pankajsharma 466841 wrote:</em><blockquote>Hello
    The code should be like This


    .corporate .slideshow{background:#f7f7f7!important;border-bottom:1px solid #eeeeee!importantpadding:0px 0!important}

    Replace your code with above code .Clear cache and check .</blockquote>

    Unfortunately it seems not work … :-[
    I also tried “development mode on” and “optimize css off” but does not change.

    I’d like to control the changes from a single CSS that can not be overwritten

    Pankaj Sharma Moderator
    #565639

    Hi
    it should be worked. Send me your site admin details i will fix it directly on your site .

    marvin74 Friend
    #565644

    OK I sent you a private message.
    I did not understand if it came …

    Pankaj Sharma Moderator
    #565646

    Hi
    I added below code in your custom.css
    there are some sysntax error in previous code .

    .corporate .slideshow{background:#f7f7f7!important; border-bottom:1px solid #eeeeee!important; padding:0px 0!important;}

    You can check the front of site , now css from custom.css is working that i added .
    Here >> http://prntscr.com/6p0hrp

    marvin74 Friend
    #565649

    <em>@pankajsharma 466862 wrote:</em><blockquote>Hi
    I added below code in your custom.css
    there are some sysntax error in previous code .

    .corporate .slideshow{background:#f7f7f7!important; border-bottom:1px solid #eeeeee!important; padding:0px 0!important;}

    You can check the front of site , now css from custom.css is working that i added .
    Here >> http://prntscr.com/6p0hrp</blockquote>

    Thank You !!!!!!!
    Now it works perfectly 😀

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

This topic contains 9 replies, has 2 voices, and was last updated by  marvin74 9 years, 6 months ago.

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