Hi dear team at Apollo
We have a Rife Pro Theme with a vertical menu. The pop up menu is activated only by ann icon button. We wish to change this icon to text on our vertical header and mobile menu.
The only option we can see is for changing the icon. But nowhere to replace with text. Is it possible to advise how we do this?
We want to say ‘Latest News’ and when this is clicked the side menu pops up.
Thank you in advance.
Andy
Comments
At this point it's impossible to add a text along with icon or instead of an icon.
We will consider this in the upcoming version though.
If it's on a specific page - please send me also the URL.
It is the icon on our vertical header. ideally we can change this to say 'Latest News'
See attached file - where we have marked the icon. if its not possible, can we at least change the hover text?
#header-tools .tool::before {
display: block;
content: "Latest News";
font-size: 10px;
width: 100px;
}
Here is the custom CSS we are using:
}
#header-tools .tool::before {
display: block;
content: "LATEST NEWS";
vertical-align: center;
color: #ffffff;
text-align: center;
font-size: 12px;
line-height: 17px;
width: 50px;
padding-right: 20 !important;
}