Hello I need to display a image on the right on the menu like this:
how can I do this?
Hi,
That can be done with CSS, can you please post a link to your website and the desired image?
Regards,
Josue
Ramontessn, what plugins do you have on your website, i really like it its very interactive, especially with the video on the home page
please i have bought this theme but i need better plugins to make the website look good
Hi,
This code will do it, add it to the custom.css or Quick CSS:
#menu-item-3645:after {
content: url(https://www.bbmarketing.com.br/wp-content/uploads/2013/08/novo.png);
position: absolute;
right: 0;
top: 0;
}
Regards,
Josue
Thanks a lot!!!!!