Viewing 3 replies - 1 through 3 (of 3 total)
  • You can hide it through CSS.
    For this write below css in your style.css

    .trialbtn {display: none;}

    If you have a custom CSS area within your theme,place this piece of code into that area. Alternatively, if using a child theme, place it within your style.css file of your child theme.

    #top-bar .trialbtn {
      display: none;
    }
    Thread Starter sysco_james

    (@sysco_james)

    thanks very much. Sorted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to edit and remove an image from the top bar’ is closed to new replies.