Theme Changes

Discussion in 'ResumeWay WordPress Theme.' started by itzcandy, Oct 22, 2014.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Hello, I am using resumeway and would like to make the following changes.

    How do I hide the page titles? I dont want them to show.

    How do I get rid of the image, title and subtitle on the home page. I would like a text area only.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .rw-author-name {
    display: none;
    }
    .rw-top-img {
    display: none;
    }
    .rw-about .rw-author-name {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Thank you. I have a couple more questions on this layout.
    1. How do I remove "comments are closed" on all pages?
    2. How do I change the background image?
    3. How do I change the color of the links across the site?
    4. How do I change the text that comes up when you hit the + sign to the right of the navigation menu?
    5. How do I get rid of the little paper link/icon in the bottom left corner of the footer?
     
    smith likes this.
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Upload an image from your media library and copy its path.
    Code:
    body {
    background: url(images/big-bg.jpg) fixed center;
    }
    Change this path or URL with your image URL to appeared on background. Image should be larger in size approx 1600x900 px.


    Code:
    .rw-footer .fa.fa-file-o {
    display: none;
    }
    #commentsbox {
    display: none;
    }
    a{
    color:yellow;
    }

    Change color Yellow to any your required color.
    For changing text when clicking on + sign follow below image.
    1.png

    Thanks & Regards
    Pramod
     
    smith likes this.
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You can also change background from here easily above process is little tough.
    2.png
    Thanks & regards
    Pramod
     
    smith likes this.
  6. jimmyz313

    jimmyz313 New Member

    Joined:
    Dec 13, 2014
    Messages:
    1
    Likes Received:
    0
    I don't have the background option in my appearance panel. I did on the free version but not on the paid version.
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You can get the option for background image.

    Appearance => Customize =>Background Image.

    Thanks & Regards
    Pramod
     

Share This Page