Theme customization
-
Hi,
I would like to know why when I put featured image in a page i can see it normally in the desktop view but it’s “stretched” on mobile. How can I get good images? Do I have to use certains sizes for my images?
I would also like to know, inside a page, how can I delete/hide the data from the post and how can I delete/hide the widget section on the right. I’ve already created a “Child theme”.
In order to fix these issues do I have to buy the theme or can I use the free version?Best regards,
Giusy
-
Hi,
Please provide the site URL.
We will assist you for any kind of issue.
Thank You
Hi,
Site: http://52.10.196.127/Thank You
Hi,
As we checked its working fine. we already used “img-responsive” class forimage responsive.
Use 835*428 px or higher resolution image for page file.
To hide the data put below CSS rules into Custom CSS Editor:
.post_title_con { display: none; }Save the changes.
To remove the sidebar from page follow below instructions:
copy “page.php” file from your core theme directory and paste into
“Child-Theme” directory.
Now open it into any text editor.
and fine below line of code.
<?php get_sidebar(); ?>and replace with this.
<?php //get_sidebar(); ?>Save the changes.
Let us know for further assistance.
Thank You
Hi,
It’s working, thanks!Most Welcome.
Thank You
The topic ‘Theme customization’ is closed to new replies.
