Hi,
The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Also for the 3 blocks, you’ll need to have set same feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.
Let me know if you have more questions!
Hi,
If you are using a Flex Block you can change the “Load more” button color from Style -> https://www.screencast.com/t/u7I0gPSJ4hP
Or using custom css for the predefined blocks -> https://www.screencast.com/t/bsgHwxLpV
.td-load-more-wrap a{
background-color: red;
color: white;
}
The code need to be set in the Theme Panel>Custom code> Custom css
Thank you!
.td-load-more-wrap a{
background-color: red;
color: white;
}
I used the above code in the Custom CSS and the changes I wanted happened but only for desktop. The mobile didn’t get the changes. How can I make the changes show on mobile? http://www.insideEko.com
Hi,
I’ve checked your website in mobile version and the changes for load more button are apply -> https://www.screencast.com/t/wuT8Adpgn
Also fell free to change the colors.
Thank you!