Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • pavit Moderator
    #898402

    Hi there

    You can try to add a background color with a 0.5 value for opacity into your custom.css file

    .t3-header {
    background:#000!important;
    opacity:0.5;
    }

    If you could share as private reply an url to your website would be better for us to verify it

    valthebault Friend
    #899323

    Hi,

    It worked like a charm, thanks so very much!

    Have a good day 🙂

    valthebault Friend
    #899333

    Hi, one more question though: could I make it NOT appearing on the home page? Only the homepage to be free of the opacity 0.5?

    pavit Moderator
    #899348

    Hi

    You can try to create a custom class

    .custom .t3-header {
    background:#000!important;
    opacity:0.5;
    }

    and apply this class only to your home page changing opacity value or whatever you want to change
    remember to add an empty space before the class custom as showed in image below


    1. Screenshot_2-5
    valthebault Friend
    #899356

    Hi,

    Thanks, one more question: under the menu item where I’ve put ‘full-width’ under ‘page class’, how should I seperate the 2 classe?

    Or even better: could I code in the custom.css file for all the page to show ‘full-width’ so that I don’t have to stipulate one by one?

    Thanks


    1. Class
    pavit Moderator
    #899382

    You can apply the custom code adding it next to full-width code

    full-width custom

    Anyway on default template there is no full-width code in home page

    valthebault Friend
    #899826

    It worked, thanks 🙂

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

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

The topic ‘Is it possible to edit the off-side menu?’ is closed to new replies.