BeSurfing Theme - header amendments

Good Day,

Kindly let me know how you change the indicators(turquoise) which looks like the following "("HOME")" in the header indicating the selected page of the theme to something else?

Thank you


Comments

  • Hi,

    please send us link to page where you got them first so we can have a look on it.
  • URL - http://fahrenheitbeachsports.com


    This site install under construction, this is one of the first amendments I would like to make... Thank you

    Regards,
  • Ok. So those are background images and if you want to change them, you need to use an extra css:
    #Top_bar .menu > li.hover > a span:not(.description)::before, #Top_bar .menu > li.current_page_item > a span:not(.description)::before { background-image: url("path-to-the-image-left") !important; }
    #Top_bar .menu > li.hover > a span:not(.description)::after, #Top_bar .menu > li.current_page_item > a span:not(.description)::after { background-image: url("path-to-the-image-right") !important; }
Sign In or Register to comment.