Colorway meta links have no classes attached for CSS

Discussion in 'ColorWay WordPress Theme' started by randyfraser, Jul 12, 2013.

  1. randyfraser

    randyfraser New Member

    Joined:
    May 31, 2013
    Messages:
    4
    Likes Received:
    0
    Hi- Is there a reason you would not have applied classes to meta info on blog page layouts, search page layouts, etc.? It would be nice to be able to apply styles, or even display:none some of these items as needed, but can't really do it. Is there an easy fix, or should I wade into the theme files?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    You can use the child Theme for this issue. It allows you to make your own changes in the theme.
    Child themes are the recommended options for making any modifications to the themes.
    You do not require making changes in the main theme. All you need to do is to create a child theme.
    Again you don’t have to make any changes in the parent theme and whenever the update comes, update your theme freely.
    Follow the link given below for reference.
    http://www.inkthemes.com/httpwww-in...rdpress-a-way-to-save-themes-modification/02/

    So, create the child theme and then go to the parent theme, copy the blog.php and single.php file from there and paste it in the child theme.
    And then edit and remove those meta info from these files in the child theme.
    This will solve your issue.
     

Share This Page