change pages format

Home Forums Iconic One Pro Support change pages format

This topic contains 3 replies, has 2 voices, and was last updated by  Themonic-Support 3 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6093

    technocollab
    Participant

    i have set home page with the Latest Posts and which is fine but in collaboration page the post style is different and i want to keep same format in Collaboration page which is showing on home page.

    technocollab.com

    #6094

    Hi,

    You already have that at this ..

    This page .. is a custom built page, you can change its title color by using the followin CSS in Customizer -> additional CSS

    
    .entry-content a {
        color: #0099ff;
    }
    .entry-content a:hover {
        color: #59d600;
    }
    #6095

    technocollab
    Participant

    thanks for your help..it works but i set the category in menu option…

    one more help required i also need to keep the same format for sidebar for Latest Posts,Category, Popular post style(font, color & hover)

    #6096

    You can target the widget area like below:

    
    .widget-area .widget a {
        color: #0099ff;
    }
    
    .widget-area .widget a:hover {
        color: #59d600;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.