wdtune
Forum Replies Created
-
Forum: Themes and Templates
In reply to: AVADA Child-Theme How To edit 404 pageForum: Themes and Templates
In reply to: AVADA Child-Theme How To edit 404 pageForum: Themes and Templates
In reply to: AVADA Child-Theme How To edit 404 pageForum: Themes and Templates
In reply to: AVADA Child-Theme How To edit 404 pageForum: Themes and Templates
In reply to: how to play vedio in page like youtube..Forum: Themes and Templates
In reply to: Twenty Eleven textHi, Montesqq!
Could you post a link to your site so that we can make a suggestion for you?
Forum: Themes and Templates
In reply to: how to play vedio in page like youtube..Forum: Themes and Templates
In reply to: [BizStudio Lite] Remove some homepage featuresHi, Christine
Yes. It is highly recommended to create a child theme in order to avoid losing your changes on first update. So, add the code above to your child theme’s css.
Forum: Themes and Templates
In reply to: [Albar] Symbols for email, phone and address doesn't showThank you, Jean.
Verify if you have installed and activated a plugin called font awesome.
Forum: Themes and Templates
In reply to: [Albar] Symbols for email, phone and address doesn't showHi, Jean
Could you post a link to your site so that we can make a suggestion for you?
Forum: Themes and Templates
In reply to: [BizStudio Lite] Remove some homepage featuresHi, Christine
Add this code to your theme CSS:
#footer { display: none; } .jcarousel-skin-tango { display: none; } .recent-post.clearfix { display: none; }Forum: Themes and Templates
In reply to: [Corpo] "Stop" below sliderHi, Champ
Add this code to your CSS:
#slider-stopper { display: none; }Regards,
Lawrence
Forum: Themes and Templates
In reply to: [AccessPress Lite] Testimonials in footerHi, Kevin
In your WorPress admin panel go to Appearance → Widgets and there you’ll find the Footer Area One, Footer Area Two, etc.
Drag and drop the Text from available widgets (left) to one or more of the footer sections (right), then write testimonials in those text boxes.
Hope it helps.
Forum: Themes and Templates
In reply to: [Responsive] can't change header logo (RESIZABLE theme)Log into your site host / ftp or hosts’s file manager, then go to wp-content → themes → resizable → images and replace the file logo.png with the image you want.
Important! The image should have the same name “logo.png”.
Install the Simple Custom CSS plugin. After installation, go to Appearance -> Custom CSS, paste this code and save it.
.entry-meta { display: none; }Is this what you wanted?
Cheers