Avada › Forums › Community Forum › How to change the text appearance on the portfolio site
Tagged: portfolio, Text Color, edit
-
AuthorPosts
-
Hello,
I’m new here and trying to get an overview of the many settings.
I want to change the color of the text on the portfolio page. I don’t mean the general text, but rather the text that steals over the preview and is below the preview. I haven’t found any settings for this. At the moment, the text is set to dark gray and can hardly be read. I would like to have this text white.Hi,
For “steals”, do you mean something like this (i.e., the rollover heading)?
a.fusion-rollover-title-link { color: orangered !important; }
Not sure exactly what you mean by the text below.
Cheers!
I use portfolios and the color of “Related Projects” is too dark. That’s the preview that appears below on the page. I want to change this color. The color of the title of the date and number of comments is too dark.
Also, how to adjust the color of the text in the comments.
Please have a look at my page down and you will understand what I mean.
Thanks for clarifying.
Related Projects: Go to Avada > Options and search for “Post Title Extras Typography”. Change the colour there. This might also change the comments text colour too.
For the title and date, you might need custom CSS if there are no Avada options for them. Here’s an example you can try.
.fusion-related-posts-title-link { color: aquamarine; } .fusion-carousel-meta .fusion-date { color: blueviolet; }
Good luck 😉
Cheers!
@markchaves Thank you, you help me a lot
-
AuthorPosts
- You must be logged in to reply to this topic.