strong effect on text

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 05, 2013 6:43 pm
Reply with quote
Report this post
I noticed that the effect bold (strong) converts the text in black.
If I enter the "bold" and imposed the color, the text becomes black.
How can I work on the css to change the effect?
User avatar
Expert Boarder

Konrad M
Wed Mar 06, 2013 9:32 am
Reply with quote
Report this post
Hi,
which text do you mean? Can you give us url to your site with this issue.
User avatar

GK User
Wed Mar 06, 2013 10:21 am
Reply with quote
Report this post
My Url: http://wwwtest.minervaresort.it/

Text in bold are, for example: "Minerva Club Resort Golf & SPA" or "su misura per te"

but they are not in bold, they are only with darker color, but not in bold.
User avatar
Expert Boarder

Konrad M
Wed Mar 06, 2013 10:42 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
article header h1 {
   font-weight:bold !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Mar 06, 2013 10:52 am
Reply with quote
Report this post
I modified code in:

article strong {
font-weight:bold !important;
}

Now the text is bold, but I would not take the color black, but maintained the default color of the text.
User avatar
Expert Boarder

Konrad M
Wed Mar 06, 2013 1:46 pm
Reply with quote
Report this post
Change your code to this one:
Code: Select all
article strong {
font-weight:bold !important;
color:#777 !important;
}
User avatar


cron