Home Forums WordPress Themes – Premium Encounters Font Color Change & Price Box Color Change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17251

    Hi, I was wanting to change the color of the font when I choose a larger size. The darker red color is not my ideal color, I am having to choose the smallest font size to achieve the grey that I want. All of the larger sizes turn the lettering the dark red. How can I change this so that the larger letters are dark grey?

    Also, I have price boxes on two of my pages. I want the main header part to be a specific color and not that dark red color. I am wanting it to be #faa182 and the font a black color.

    Thanks!

    http://jessicagrangerphotography.com/index.php/session-information/

    #17252
    Sushil Adhikari
    Moderator

    Hi there,

    Thanks for contacting us. Your site is really looks elegant and beautiful.

    You can add this following css on child theme style.css file:

     //To change the price title and color use this css
    .price-title {
        background-color: #faa182;
         color: #211C1C;
    }
      
    //To change information box color apply this css
    .page-template-page-full-width h4 {
        color: #5c5f62;
    }

    Note: Please use child theme to add custom css , so your changes will not lost on theme update.

    We looks forward for your response.
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.