Change Services text from italic to normal

Support Area Forums Moonrise Change Services text from italic to normal

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #14098
    Mark Salmi
    Participant

    Bill,

    I’d like to change the rate and description info in the services section back to normal. Is this where the custom CSS comes in? I think I’ve tracked the setting in the style.css file.

    .service-list li p {
    font-style: italic;
    margin-right: 20px;
    margin-left: 20px;
    }

    Mark

    #14099
    Bill Robbins
    Moderator

    You got it Mark. Go to the Theme Options page and select the Styling tab. Scroll down to the Custom CSS box and paste this there:

    
    .service-list li p {
    	font-style: normal;
    }
    

    That should change the description of each service back to normal style text from italics. If you run into any trouble, let me know.

    Enjoy your weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Services text from italic to normal’ is closed to new replies.