Changing Swiftray Pre Pesponsive Theme

Discussion in 'SwiftRay WordPress Theme' started by sheenagogarty, Jun 20, 2013.

  1. sheenagogarty

    sheenagogarty New Member

    Joined:
    Nov 8, 2012
    Messages:
    14
    Likes Received:
    0
    HI There

    I need some code that I can add into the Custom CSS section of the theme options and need code the following:

    1. With links to words - I need a code that will show a new colour when you see a word that is linked.

    2. In Post - I want remove all copy in realties to dates/ author/ posted by and comments I do not want to see these in both posts and when listed in Categories.

    3. In Categories - I want to remove the word" Category Archives" when showing any category.

    4. In the Top Header right bar what is the the CSS style sheet code to display as it is showing in your demo theme.
    Kind Regards
    Sheena
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .home_content a {
    color: your color value;
    }
    .content a {
    color: your color value;
    }
    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content .post .post_meta {
    display: none;
    }
    3) For this go to the Appearance > Editor > Category.php and remove text as shown in the image attached.
    cat_arc.png
     

Share This Page