Home Forums WoodMart support forum Copyrights line and header transparency

Copyrights line and header transparency

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33373

    Sinaonee
    Participant

    Hi

    1. How do I change the length and width of the copyrights line?
    Like the attached image.

    2. How do I change the header transparency? (I just want to change the transparency of the header, not its color)
    I change the code below, but the page title changes!

    body .website-wrapper header{
        background-color:rgba(255,255,255,0.8) !important;
    }
    Attachments:
    You must be logged in to view attached files.
    #33382

    Artem Temos
    Keymaster

    Hi,

    1. Use the following CSS code

    div.copyrights-wrapper {
        border-top: 0;
    }
    
    .copyrights-wrapper .min-footer {
        border-top: 1px solid #efefef;
    }

    2. Try this one

    .main-header {
    	background-color:rgba(255,255,255,.5);
    }

    Regards

    #33445

    Sinaonee
    Participant

    Thanks a lot.

    1. I do not want to be in “Header above the content” mode.
    2. I want to use two different colors in Light and Dark modes.

    #33467

    Artem Temos
    Keymaster

    Sorry, but your questions are not quite clear to us. Could you please describe them with some details and screenshots?

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