-
AuthorPosts
-
suzanna Friend
suzanna
- Join date:
- August 2014
- Posts:
- 215
- Downloads:
- 63
- Uploads:
- 26
- Thanks:
- 75
- Thanked:
- 1 times in 1 posts
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 21, 2015 at 2:29 am #564014Hi
Please Post your working site url here ,
so i can check and let you know some changes.suzanna Friendsuzanna
- Join date:
- August 2014
- Posts:
- 215
- Downloads:
- 63
- Uploads:
- 26
- Thanks:
- 75
- Thanked:
- 1 times in 1 posts
April 7, 2015 at 5:29 pm #566170I sent you PM with login info.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 9, 2015 at 7:20 am #566433<em>@suzanna 467556 wrote:</em><blockquote>I sent you PM with login info.</blockquote>
Hi i tried to access your site but the user/pass not working again .
By the way if you are running on latest T3 template .
Add the below code in your custom.css filea{color:#666666!important; }
For menu items colors
add this code.navbar-default .navbar-nav > li > a {
color: #afafaf!important }
Change the color code as per your need.
suzanna Friendsuzanna
- Join date:
- August 2014
- Posts:
- 215
- Downloads:
- 63
- Uploads:
- 26
- Thanks:
- 75
- Thanked:
- 1 times in 1 posts
April 9, 2015 at 4:07 pm #566487Changing a { color:#something etc.} will change more than I want — including bootstrap btn styles and more.
I would like to change hyperlinks on page text/ body only. Keep everything the same but if there is <a href=”#”> test </a> like this somewhere on the page I would like that to be blue and underlined.I’ve tried .article-content a { color: #whatever} but that changes theme’s bootstrap btn styles that are on the page.
Here is an example of good usability where hyperlinks are clearly visible and stand out.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
April 9, 2015 at 4:18 pm #566489Hi there
<blockquote>I would like to change hyperlinks on page text/ body only. Keep everything the same but if there is <a href=”#”> test </a> like this somewhere on the page I would like that to be blue and underlined.</blockquote>At first you need to get right css selector instead global with a.
You can apply specific class for each element you want to apply custom css.Thank you,
Viet VuPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 9, 2015 at 4:23 pm #566492Hi can u remove the server authentication so i can check your site.
truemaker Friendtruemaker
- Join date:
- April 2013
- Posts:
- 50
- Downloads:
- 29
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 10, 2015 at 12:42 pm #566585Hi
If you want change link color ONLY in Joomla Article (for example red) add that code
div.item-page a { color: red ; }
div.item-page a:hover, div.item-page a:focus { color: green ; }
But add BETWEEN global “a” styles and all typo styles of links.
After it your css will rewrite global styles, but typo styles will rewrite your change.
And “Clear cache” after fix it. 😉
WBR
IgorPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 10, 2015 at 4:10 pm #566601Hi
I checked your site and found you are already using an anchor color in your custom.css file .
this codep a {
border-bottom: .08em solid #41b7d8
outline: 0;
-webkit-tap-highlight-color: rgba(229,59,44,.4);
border-bottom: .08em solid rgba(0,0,0,.1);
padding-bottom: .08em;
font-size: 100%;
text-decoration: none;
vertical-align: baseline;
margin: 0;
padding: 0;
background: 0 0;
color: #41b7d8
}in above code color: #41b7d8 is the color that you have defined for anchor tag in paragraph for your site.
add this code to change hover color
a:hover,
a:focus {
color: #205f93!important}
change the color code as per your needs .
if you want to make it underline change above code with this code
a:hover,
a:focus {
color: #205f93!important
text-decoration: underline!important;
}Hope it helps.
-
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by Pankaj Sharma 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum