• Hello,

    I need help with what CSS to use and where to put it to make the title of this page “Galleries” all uppercase. I believe I will use text-transform, but don’t know where to put it. I also want to make the text color #333.

    Please let me know how I can do this. Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter wgalbreath

    (@wgalbreath)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change header font’ is closed to new replies.