background image in menu module - Joomla! Forum - community, help and support
i have menu module setup promo-right on jsn epic template. have background image in module. there way this?
here's link site:
http://rimex1.cloudaccess.net/en/
thanks!
here's link site:
http://rimex1.cloudaccess.net/en/
thanks!
good day you,
in template.css file on server (on line 269) can add line of code put image in background of module.
in above code, change background-color image tag , change color image path...
regards , best of luck project.
in template.css file on server (on line 269) can add line of code put image in background of module.
code: select all
#jsn-menu {
background-color: #008c99;
border-bottom: 4px solid #fbb03b;
color: #f2f2f2;
position: relative;
z-index: 89;
}in above code, change background-color image tag , change color image path...
regards , best of luck project.
Comments
Post a Comment