• hello,

    i have setup theme according to your docs. the header is not transparent and always shows the theme color even with the three bars on the top right.how do i make it transparent as shown in your demo

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    Thank you for writing in,

    Could you please kindly follow this instruction:

    Currently to transparent the header from your site, please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add this CSS codes.

    .site-header {
        background: transparent !important;
    }

    Thank you,
    Anjeela Shrestha
    AP Support Team

    Thread Starter janetrechel

    (@janetrechel)

    hello,
    thank you for the quick response. after i posted i checked the code through inspect mode in chrome and changed it. anyways thank you.

    also i made a little change and made it semi transparent by following code
    .site-header {

    background: rgba(0,0,0,0.55) !important;
    }

    .site-header {
    background: rgba(0,0,0,0.55) !important;
    }

    only thing i couldnt do is, i wanted to change the font size and put a semi transparent box around the caption title .

    .page-template-tpl-home * {
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-family: Bookman Old Style;
    font-weight:bold;
    }

    it makes changes to all the content , i tried this
    .slide-caption{
    margin: 0px;
    padding: 0px;
    font-size: 50px;
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-family: Bookman Old Style;
    font-weight:bold;
    }

    any help with it please

    Thread Starter janetrechel

    (@janetrechel)

    also could you let know how to add a default section

    Hi there,

    Thank you for writing in,

    Currently, the theme has a unique class for section title so that it is not possible to provide the design for all sections. If you would like to change the design section of each section then please check the premium version of One Paze theme.

    Thank You,
    Anjeela Shrestha
    AP Support Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘header is not transparent’ is closed to new replies.