Changing the Header Under line colours

Hello, Once again thank you for your choice support over the last few days.

I have another question

how do I change the yellow underline

I would like to use this image line I have made

and replace the solid yellow one


Many thanks again

Comments

  • Hello,

    Please, try the following CSS code:

    #Top_bar .menu > li a::after {
       background-image: url(#url_to_your_image)!important;
    }
    

    Thanks

  • I have put this in and it seems not to be working

    this is the code I have added to the Be theme options custom css

    /* This is for the top header bar making the current page link that you are on a nice little colourful line*/

    #Top_bar .menu > li a::after {

       background-image: url(https://www.cedarvalepark.com.au/wp-content/uploads/2021/11/Headding_line_CP_100.png)!important;

    }

    The image is 100px x 2px

    thank you again

  • Hello,

    As you can see on your screenshot, on the left sidebar, it's telling you that you made some CSS mistake, in this case, you did not close the media query tag.

    After inserting closing bracket, it works fine.

    thanks

  • Thank you. i got it working :)

Sign In or Register to comment.