badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Assistance with Custom CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8296
    ChristinaMeade
    Participant

    There are a couple of places that I would like to change and I don’t see those options. Would it be possible to receive some assistance with the custom css to make those changes possible? These are the customizations I would like to do.

    * For the title “Leave a Comment” above the comment section. I would like for it to say “Give Me Your Thoughts”
    * For Page and Post titles, I would like to change the color.
    * I would like to change the font style.

    Thank you!

    #8470
    Sanjip Shah
    Participant

    @ChristinaMeade 1. The Leave a Comment is actually rendered by this function comment_form(). So, open the comments.php within the theme folder. Find the code <?php comment_form(); ?> and replace it with <?php comment_form( array( 'title_reply' => __( 'Give Me Your Thoughts' ), 'cleanretina' ) ); ?>. Hope this will help. Also, I would suggest you to make child theme to make this changes so that you won’t lose the changes when you update the theme.
    2, 3. The color options, font family and size options is available in the pro version. So, you can upgrade to pro version if you like.

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