Moderator
t-p
(@t-p)
Looking at your site you use smoothness theme.
Since you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
https://themeforest.net/category/wordpress?term=smoothness
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Hi,
Please try to add your css in foundation.css
Path is: wp-content/themes/darbydan/assets/stylesheets/foundation.css
May be it will be helpful for you.
Hi @muktadhawan
Thanks for your response! I have found that but am not sure where in the foundation.css I should be putting the code. I know I could also maybe use the ‘Customize’ tab, but don’t know what I would put in there.
Do you know what CSS code I should use and what class it will be?
You can put this css:-
.gallery-container-text a {
color: #fff;
text-transform: uppercase;
}
In foundation.css line number 7827
Please try this and let me know if it works