bullets and other questions

More
9 years 8 months ago #41387 by swvanderlaan
Hi,

On our site one can login ( www.surinamedag.com/symposium ). Attached a screenshot of that login form - it's the standard Joomla one. There are 3 bullets outside of the module. Can I reposition these or even remove them?

Also on one page there is a category blog ( surinamedag.com/symposium/index.php/programma/sprekers ). Consequently people have to click to the next page. Instead of grey letters, I'd like to have white (or much lighter grey) on the red tag which says "next page". Where can I change that?

Lastly, we might have to change the sponsor footer (see below on the pages) where all the logo's are showed. Because I can't get all the logo's transparent. Would it be possible to set this white?

Thanks and best,

Sander
Attachments:

Please Log in to join the conversation.

More
9 years 8 months ago #41390 by ivan.milic
To remove bullets in template_css.css add this:

#login-form UL{
list-style:none;
}

For second question what do you mean by gray letters?

To change background of footer in layout.css find this:

.footer_wrap {
padding: 15px 15px;
line-height: 16px;
background: #eee;
border-top: 1px solid #999;
}

change
background: #eee;
to
background: white;
The following user(s) said Thank You: swvanderlaan

Please Log in to join the conversation.

More
9 years 8 months ago #41392 by swvanderlaan
Hi,

Thanks! The answers to questions 1 and 3 worked like a charm. Exactly what I wanted.

As for question 2 what I mean is in the attached screenshot. So the black/grey letters of "volgende" I'd like to turn in to another color and/or change the red background to something else. Where can I find that in layout/template css-files. Don't want to mess things up... :-)

Best,

Sander
Attachments:

Please Log in to join the conversation.

More
9 years 8 months ago #41393 by ivan.milic
Add to layout.css:

span.pagenav{
color: #000000!important;/*color of non-clickable items*/
}

a.pagenav {
background: transparent!important;/*removes background*/
color: #000000!important;/*color of clickable items*/
}

change 000000 to any colors you want
The following user(s) said Thank You: swvanderlaan

Please Log in to join the conversation.

More
9 years 8 months ago #41394 by swvanderlaan
Awesome! Works like a charm! Thanks.

Please Log in to join the conversation.

Time to create page: 0.314 seconds
Powered by Kunena Forum