This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi,
I am using the Royal theme. I have entered some HTML into the Header custom HTML area in: Theme Options > Header Settings
This displays a telephone number, a “Book Eye Appointment” link, and an “Order Contact Lenses” link on the top left of the website header.
The theme is putting a light dotted box around these three items when they appear in the header. Could you tell me how I get rid of this dotted box? Is there some CSS I could use to turn the dotted line off.
Near the top left corner of the box with the dotted line there is also a yellow speech bubble icon, which has also been inserted by the theme. Could you tell me how to get rid of this as well?
I have uploaded this image to the website to illustrate what I am talking about. The red text indicates the parts I would like to remove:
http://www.gillopticians.ie/img/remove_dotted_line.jpg
Thanks,
Conor
Hello,
Thanks for the question.
Please add this code in Theme Options > Custom css > Global custom css or in style.css of your child theme:
.header .tbs span:before {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up