to change the color of the texts
- Posted by kinouplay (17) Offline
Hello, I use minifrontpage pro with the infinity theme, I would like to change the color of the texts (see photo), could you tell me how to do it please? Thank you.
2 years 8 months ago #1
by kinouplay
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
You can add this to css adjustment :Anyway, it will be easier for me when suggesting css if you tell me your website's url where the minifrontpage is published so I can inspect the website's element directly
2 years 8 months ago #2
by TemplatePlazza
.mfp_infinity_item_inner .mfp_infinity_title a {color:red;}
Please Log in or Create an account to join the conversation.
- Posted by kinouplay (17) Offline
Hello, I just put the code, but it does not change the color of the title?
I put the link of the site in the tab "Your Site Details"
2 years 8 months ago #3
by kinouplay
I put the link of the site in the tab "Your Site Details"
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
ok, try this one :
2 years 8 months ago #4
by TemplatePlazza
.mfp_infinity_item_inner .mfp_infinity_title a {
color:red!important;
}
.mfp_infinity_item_inner .mfp_author {
color:yellow!important;
}
.mfp_infinity_item_inner .mfp_date {
color:green!important;
}
Please Log in or Create an account to join the conversation.
- Posted by kinouplay (17) Offline
Thanks it works.
Question: is there a code so that I can put all the text and the category in the center of the image?
2 years 8 months ago #5
by kinouplay
Question: is there a code so that I can put all the text and the category in the center of the image?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
hi try to add this :and set the Text Vertical Align to :Middle
https://www.dropbox.com/s%2Fihe4vfdh3u7432m%2Fmodules%2520mod_minifrontpagepro%2520-%2520j39%2520-%2520administration%25202022-04-06%252021-55-21.png?raw=1
2 years 8 months ago #6
by TemplatePlazza
.mfp_infinity_item_inner {text-align:center}
https://www.dropbox.com/s%2Fihe4vfdh3u7432m%2Fmodules%2520mod_minifrontpagepro%2520-%2520j39%2520-%2520administration%25202022-04-06%252021-55-21.png?raw=1
Please Log in or Create an account to join the conversation.