Need help with CSS customization!
canira
Joined: 2007-03-24
Posts: 1 |
Posted: Sat, 2007-03-24 00:42 |
Hello, I customized my gallery by creating an external css and making a duplicate of the theme.tpl file in the local folder I created in my chosen template (siriux). I have several times gone in and tried to change the color of a particular section but cannot seem to find it. To reference: http://www.stevendemarco.com/gallery/gallery2/ The area in question is where there are links for "log in" and whatnot. Does anyone know what this section is called? How it might be referenced in any of the stylesheets and which stylesheet that might be? I would be very grateful for any assistance as this has been driving me crazy. |
|
Posts: 50
You will find the css you're looking for threre:
/* -- System- / Item-Links ---------------- */
.gbSystemLinks, .block-core-ItemLinks {
clear: both;
border-top: 3px solid #4C566A;
border-bottom: 1px solid #4C566A;
background: #4C566A;
margin: 1.5em 0;
padding: 0.5em;
}
have fun
Alain
PS: you can find here: https://addons.mozilla.org/firefox/60/ web developper a very useful tool to edit css from the web-browser