test
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • jimcapraro Friend
    #723971

    I need to change the opacity on the homepage “category” tiles so the backgroound picture shows through more. I’ve looked at the fixel – themes – blue – template.css file but there are so many places to set opacity I can’t find the correct one. Can you help.

    Site is located at: http://northrivercommission.org/nrc2/

    thanks Jim Capraro

    pavit Moderator
    #724017

    Hi

    Try this

    create a new file if you do not have already one and name it custom.css in this folder templatesja_fixelcss

    .category-item.items.none:hover .category-desc {
    opacity:0.3!important;
    }

    change the value for opacity as you prefer 0.4 – 0.5 etc etc

    pavit Moderator
    #754409

    Hi

    Try this

    create a new file if you do not have already one and name it custom.css in this folder templatesja_fixelcss

    .category-item.items.none:hover .category-desc {
    opacity:0.3!important;
    }

    change the value for opacity as you prefer 0.4 – 0.5 etc etc

    jimcapraro Friend
    #724029

    Thanks pavit. This gets me closer. The code you have given me changes the opacity of the tile when hovering on it. I need to change the default opacity of the tile when the cursor is not hovering over it. Can you suggest the code for that please?

    Again thank you.

    Jim Capraro

    jimcapraro Friend
    #754421

    Thanks pavit. This gets me closer. The code you have given me changes the opacity of the tile when hovering on it. I need to change the default opacity of the tile when the cursor is not hovering over it. Can you suggest the code for that please?

    Again thank you.

    Jim Capraro

    pavit Moderator
    #724031

    Hi

    The default background color is given by a background value anyway you can add an opacity value to it with this line of code in your custom.css

    .category-item.items.none .category-desc {
    opacity:yourvalue;
    }

    pavit Moderator
    #754423

    Hi

    The default background color is given by a background value anyway you can add an opacity value to it with this line of code in your custom.css

    .category-item.items.none .category-desc {
    opacity:yourvalue;
    }

    jimcapraro Friend
    #724044

    That’s what I need, thanks so much!

    jimcapraro Friend
    #754436

    That’s what I need, thanks so much!

    jimcapraro Friend
    #724069

    Pavit, I hope you don’t mind one additional quesiton. The homepage “category” tiles which I’ve adjusted the opacity on have titles which are the names of the categories. If I decrease the opacity too much the titles become hard to read I’m wondering if there is a css code I can enter that will make the backgroun of the title ONLY 100% opaque? Is there such a code?

    jimcapraro Friend
    #754461

    Pavit, I hope you don’t mind one additional quesiton. The homepage “category” tiles which I’ve adjusted the opacity on have titles which are the names of the categories. If I decrease the opacity too much the titles become hard to read I’m wondering if there is a css code I can enter that will make the backgroun of the title ONLY 100% opaque? Is there such a code?

    pavit Moderator
    #724100

    Hi

    <blockquote>backgroun of the title ONLY 100% opaque?</blockquote>

    If you mean totally hide it then add this code to the custom.css file

    .layout-home .fixel-grid .category-item.items > article .page-header a, .fixel-grid .category-item.items.none > article .page-header a, .category-item > article .page-header a {
    opacity:0;
    }

    pavit Moderator
    #754483

    Hi

    <blockquote>backgroun of the title ONLY 100% opaque?</blockquote>

    If you mean totally hide it then add this code to the custom.css file

    .layout-home .fixel-grid .category-item.items > article .page-header a, .fixel-grid .category-item.items.none > article .page-header a, .category-item > article .page-header a {
    opacity:0;
    }

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

This topic contains 13 replies, has 2 voices, and was last updated by  pavit 9 years ago.

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