Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • dorsetjoomlart Friend
    #724207

    Hello, I am just getting started with Purity 3 on my site http://www.cccagronomy.com

    I want to do two things.

    1.reduce the white space above and below the farming images

    2. put a background to the whole page (or site?) of an image which will be about 50% opacity

    Any suggestions would be welcome. Thanks

    pavit Moderator
    #724261

    Hi

    <blockquote>1.reduce the white space above and below the farming images</blockquote>

    Add this to your custom.css inside folder /templates/ja_purity_III/css/

    .t3-sl-1 {
    padding-top:40px!important;
    padding-bottom:0px!important;
    border-bottom:0px;
    }

    <blockquote>2. put a background to the whole page (or site?) of an image which will be about 50% opacity</blockquote>

    add this to custom.css

    .t3-wrapper {
    background: url("linktoyourimage");
    opacity:0.5;
    }

    pavit Moderator
    #754562

    Hi

    <blockquote>1.reduce the white space above and below the farming images</blockquote>

    Add this to your custom.css inside folder /templates/ja_purity_III/css/

    .t3-sl-1 {
    padding-top:40px!important;
    padding-bottom:0px!important;
    border-bottom:0px;
    }

    <blockquote>2. put a background to the whole page (or site?) of an image which will be about 50% opacity</blockquote>

    add this to custom.css

    .t3-wrapper {
    background: url("linktoyourimage");
    opacity:0.5;
    }

    dorsetjoomlart Friend
    #724818

    <em>@pavit 502357 wrote:</em><blockquote>Hi

    Add this to your custom.css inside folder /templates/ja_purity_III/css/

    .t3-sl-1 {
    padding-top:40px!important;
    padding-bottom:0px!important;
    border-bottom:0px;
    }

    Thanks for your response but I can’t find a file custom.css anywhere under /templates/purity_iii/. Is custom.css something I have to create myself?

    dorsetjoomlart Friend
    #754565

    <em>@pavit 502357 wrote:</em><blockquote>Hi

    Add this to your custom.css inside folder /templates/ja_purity_III/css/

    .t3-sl-1 {
    padding-top:40px!important;
    padding-bottom:0px!important;
    border-bottom:0px;
    }

    Thanks for your response but I can’t find a file custom.css anywhere under /templates/purity_iii/. Is custom.css something I have to create myself?

    pavit Moderator
    #724820

    <blockquote>something I have to create myself?</blockquote>

    Yes you should add it manually , take a look HERE for info

    pavit Moderator
    #754567

    <blockquote>something I have to create myself?</blockquote>

    Yes you should add it manually , take a look HERE for info

    dorsetjoomlart Friend
    #724839

    <em>@pavit 502368 wrote:</em><blockquote>Yes you should add it manually , take a look HERE for info</blockquote>

    OK so I have added a file called custom.css containing the following to templates/purity_iii/css

    t3-sl-1 {
    padding-top:40px!important;
    padding-bottom:0px!important;
    border-bottom:0px;
    }

    And it has made no difference see test site http://www.cccagronomy.com/test/webp3/

    Am I missing something?

    dorsetjoomlart Friend
    #754586

    <em>@pavit 502368 wrote:</em><blockquote>Yes you should add it manually , take a look HERE for info</blockquote>

    OK so I have added a file called custom.css containing the following to templates/purity_iii/css

    t3-sl-1 {
    padding-top:40px!important;
    padding-bottom:0px!important;
    border-bottom:0px;
    }

    And it has made no difference see test site http://www.cccagronomy.com/test/webp3/

    Am I missing something?

    pavit Moderator
    #724856

    Hi

    If you can send me via Private Message a temp super user account for your test website backend i will do it for you so you can see what was done

    pavit Moderator
    #754603

    Hi

    If you can send me via Private Message a temp super user account for your test website backend i will do it for you so you can see what was done

    pavit Moderator
    #724886

    Hi

    You forgot to add a dot at the beginning of the code it should be .t3-sl-1 and not t3-sl-1, i corrected it now as you can see

    regarding background add to the custom.css file the code i posted already above

    .t3-wrapper {
    background: url("linktoyourimage");
    opacity:0.5;
    }

    Best regards

    pavit Moderator
    #754619

    Hi

    You forgot to add a dot at the beginning of the code it should be .t3-sl-1 and not t3-sl-1, i corrected it now as you can see

    regarding background add to the custom.css file the code i posted already above

    .t3-wrapper {
    background: url("linktoyourimage");
    opacity:0.5;
    }

    Best regards

    dorsetjoomlart Friend
    #724887

    Thanks for the lesson in punctuation ! 🙂

    dorsetjoomlart Friend
    #754620

    Thanks for the lesson in punctuation ! 🙂

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

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

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