Hi everyone,
I imported a wordpress (https://uallabcn.wordpress.com/) with Sela theme to a web (www.ualla.cat), but I don’t found the same customize opcions. For these reason I made code CSS changes and now, the mobile version is not working right: the photo cover and logo doesn’t appear, there is not the box text, etc.
The code that I add is:
nav#site-navigation {
background: #74ccd1;
}
.social-links ul a:before, .footer-widget-area button {
background-color: #74ccd1;
}
.main-navigation .menu > li > a::after {
color: #F0FFFF;
}
1. How can I do that the mobile versión looks the same online version?
2. While I’m working on the web, I have it in a private mode. How can I do to see all the changes without going to public mode?
Thank you!!