- Posts: 51
- Thank you received: 0
bullets and other questions
-
swvanderlaan
Active member - Topic Author
- Member
Less
More
10 years 3 months ago #41387
by swvanderlaan
bullets and other questions was created 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
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
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #41390
by ivan.milic
Replied by ivan.milic on topic bullets and other questions
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;
#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.
-
swvanderlaan
Active member - Topic Author
- Member
Less
More
- Posts: 51
- Thank you received: 0
10 years 3 months ago #41392
by swvanderlaan
Replied by swvanderlaan on topic bullets and other questions
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
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
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #41393
by ivan.milic
Replied by ivan.milic on topic bullets and other questions
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
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.
-
swvanderlaan
Active member - Topic Author
- Member
Less
More
- Posts: 51
- Thank you received: 0
10 years 3 months ago #41394
by swvanderlaan
Replied by swvanderlaan on topic bullets and other questions
Awesome! Works like a charm! Thanks.
Please Log in to join the conversation.
Time to create page: 0.163 seconds