- Posts: 43
- Thank you received: 0
Where to change design for "Read More" buttons?
-
orish
Inactive member - Topic Author
- Member
Less
More
12 years 7 months ago #18024
by orish
Where to change design for "Read More" buttons? was created by orish
Hi, I think this applies to all joomla templates - I happen to have blankie.
The problem is that the current color design for the buttons like Read More and Join Template Club is faulty. By default, it is white text on a red background - that's OK.
But as you hove over the button, it becomes white text on an almost-white background, and therefore virtually invisible.
Where do I need to go to alter the colors and other attributes for the link buttons in the template?
Many thanks,
gary
The problem is that the current color design for the buttons like Read More and Join Template Club is faulty. By default, it is white text on a red background - that's OK.
But as you hove over the button, it becomes white text on an almost-white background, and therefore virtually invisible.
Where do I need to go to alter the colors and other attributes for the link buttons in the template?
Many thanks,
gary
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6747
- Thank you received: 716
12 years 7 months ago #18026
by milos
Replied by milos on topic Re: Where to change design for "Read More" buttons?
What browser you use? You can remove this part from layout.css to disable the rollover effect:
Code:
.mp_advert2 .button:hover, p.readmore a:hover {
opacity: 0.8;
-moz-opacity: 0.8;
filter:alpha(opacity=8);
}
Please Log in to join the conversation.
-
orish
Inactive member - Topic Author
- Member
Less
More
- Posts: 43
- Thank you received: 0
12 years 7 months ago #18229
by orish
Replied by orish on topic Re: Where to change design for "Read More" buttons?
Mmm... I see now that it's a problem in Internet Explorer 9. It dims slightly when I view the page in Firefox.
Any way to fix that without having to disable the rollover effect completely?
Any way to fix that without having to disable the rollover effect completely?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6747
- Thank you received: 716
12 years 7 months ago #18257
by milos
Replied by milos on topic Re: Where to change design for "Read More" buttons?
???
Please give us your link.
Please give us your link.
Please Log in to join the conversation.
-
orish
Inactive member - Topic Author
- Member
Less
More
- Posts: 43
- Thank you received: 0
12 years 7 months ago #18265
by orish
Replied by orish on topic Re: Where to change design for "Read More" buttons?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago - 12 years 7 months ago #18298
by ivan.milic
Replied by ivan.milic on topic Re: Where to change design for "Read More" buttons?
Is is an bug , it is not 8 its is 80
it should be:
.mp_advert2 .button:hover, p.readmore a:hover {
opacity: 0.8;
-moz-opacity: 0.8;
filter:alpha(opacity=80);
}
it should be:
.mp_advert2 .button:hover, p.readmore a:hover {
opacity: 0.8;
-moz-opacity: 0.8;
filter:alpha(opacity=80);
}
Last edit: 12 years 7 months ago by ivan.milic.
The following user(s) said Thank You: orish
Please Log in to join the conversation.
Time to create page: 0.171 seconds