Hi there
I will finish the website with amazing enfold theme.
I still want make a little better
1. How delete the link of author in blog page (https://www.wlhtex.com/en/blog/)
2. The home page slide in phone display, the link lost, how to solve
3. The menu in phone display, how to show unfold menu
Thanks in advance
Wang
Hey Yaphoon,
Thank you for the inquiry.
1.) To remove the author info, add this css code:
.blog-author, .entry-author-link, .date-container +.text-sep {
display: none !important;
}
2.) You may need to increase the height of the sliders in order to create space for the buttons. Please add this css code:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner,
.av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li,
.av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li img,
.av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li>a {
height: 360px !important;
object-fit: cover;
}
}
3.) To display the submenu items by default, you can set the Enfold > Main Menu > Burger/Mobile Menu > Menu Icon Submenu Items settings to the first option (Always display submenu).
Best regards,
Ismael