Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1307975

    Hello
    I’ve used this –

    to make a banner and I’ve placed it on just the home page for my site but when I try and edit the css nothing is happening. Am I missing something obvious? I also want to set the height to something quite narrow like 50px high. Thank you.

    /*--------------------------------*/
    
    /* Header widget */
    
    /*--------------------------------*/
    
    /* Widget text and background */
    #top #header #header_main .widget {
        line-height: 14px;
        color:fff!important;
        background: blue!important;
    }
    
    /* Widget title */
    #top #header #header_main .widget h3.widgettitle {
        color: #ff0000!important;
    }
    
    /* Widget link */
    #top #header.header_color #header_main .widget a {
        color: green!important;
    }
    
    #top #header.header_color #header_main .widget a:hover {
        background: #000;
        color: #fff;
    }
    
    
    #1308590

    Hey webWahine,
    Sorry for the late reply and thanks for your patience and explanation of what you are trying to do.
    So your Header widget function is looking for the sidebar header but you do not have one:
    2021-07-03_003.jpg
    Perhaps you need to change the function to one of the other ones, or create it?

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.