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.
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
Thank you. I have a couple more questions on this layout. How do I remove "comments are closed" on all pages? How do I change the background image? How do I change the color of the links across the site? How do I change the text that comes up when you hit the + sign to the right of the navigation menu? How do I get rid of the little paper link/icon in the bottom left corner of the footer?
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. Thanks & Regards Pramod
Hello, You can also change background from here easily above process is little tough. Thanks & regards Pramod
I don't have the background option in my appearance panel. I did on the free version but not on the paid version.
Hello, You can get the option for background image. Appearance => Customize =>Background Image. Thanks & Regards Pramod