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*

Categories and font color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26539
    graceblake
    Participant

    Hi!
    #1: I don’t like that the category is listed above the post title. How do I erase it?
    #2: The “Featured” font color is white. That really limits the background photo used. How do I change the font color?
    Thank you!

    #26551

    Hi graceblake,
    Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    .entry-meta .cat-links, 
    .entry-meta .cat-links a 
    {
     display:none;
    }
    
    .featured-text {
    color: #fff; 
    }

    Note: Please change above HEX color code #fff to your own HEX color code to change the color of featured font color.

    Also, If you upgrade the theme to pro version then you can set the color skin of each section with your own color also with lots of features.
    Pro version will be available very soon.

    Thank you for using our theme.

    #26715
    graceblake
    Participant

    Thank you so much. That worked, except that it only changed the color of the post body, it did not change the title color. What is the coding for that?

    #26726

    Oh! Sorry Graceblake,

    Please try below code to change the font color of slider title and content.

    .featured-text,
    .featured-text .featured-title a {
        color: #fff;
    }

    Note: Please change above HEX color code #fff to your own HEX color code to change the color of featured font color.

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

    #26740
    graceblake
    Participant

    Thank you! Perfect. Giving good reviews on your theme and customer service.

    #26760

    You welcome graceblake

    Thank you!

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