Mini FP Style Title
- Posted by manolo21119 (2) Offline
Hello, congratulations on your new website
I modified style.css
If Link Title = no
(debug chrome)
color: #C90;
.minifrontpage-default .mfp-introtitle - rgb(204,153,0)
body - #3B3B16
cursor: auto;
OK
But
If Link Title = yes
color: #00E;
a:-webkit-any-link - -webkit-link user agent stylesheet
.minifrontpage-default .mfp-introtitle - rgb(204,153,0)
body - #3B3B16
cursor: auto;
As I can style the link?
sorry for my bad English
Thank
12 years 2 months ago #1
by manolo21119
I modified style.css
If Link Title = no
(debug chrome)
color: #C90;
.minifrontpage-default .mfp-introtitle - rgb(204,153,0)
body - #3B3B16
cursor: auto;
OK
But
If Link Title = yes
color: #00E;
a:-webkit-any-link - -webkit-link user agent stylesheet
.minifrontpage-default .mfp-introtitle - rgb(204,153,0)
body - #3B3B16
cursor: auto;
As I can style the link?
sorry for my bad English
Thank
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
yes, you can get your style for the title (as link).
You will need to add these css codes:
you can add those codes in css file (template or this module)
Good Luck
12 years 2 months ago #2
by ronysyz
You will need to add these css codes:
.minifrontpage-default .mfp-introtitle a,
.minifrontpage-default .mfp-introtitle a:hover,
.minifrontpage-default .mfp-introtitle a:visited{
color: #00E;
}
you can add those codes in css file (template or this module)
Good Luck
Please Log in or Create an account to join the conversation.
- Posted by manolo21119 (2) Offline
Perfect, thank you very much
My css skills are very limited, but thanks to you, I see it's very simple
thanks
12 years 2 months ago #3
by manolo21119
My css skills are very limited, but thanks to you, I see it's very simple
thanks
Please Log in or Create an account to join the conversation.