Forums
(@democle)
8 years, 6 months ago
can some one put [Theme: Zerif Lite] in the name of my post please? I can’t see the edit button for the first message.
Thanks
did you check your page template? see if there is any <?php the_title(); ?> and remove that.
Do a backup of the file first, of course.
Regards.
you have to change those lines in the wp_options table:
template the stylesheet
if you want just solve the issue with the domain you have to change the home and site url still in the wp_options table.
Regards
create a child theme and use this for the background:
.mh-header { background: #070707; }
and this for the main page:
.mh-wrapper { padding: 25px; background: #070707; }
remember to change the font color otherwise you will not see it.
Hi,
if you want to change the header that shows this background: https://www.optimalvikar.dk/wp-content/themes/tienda/library/images/backgrounds/crossword.png You have to use this:
#header {
background: red }
of course you have to change the color instead red use what you prefer
Hi, If I understood which menu you are talking about you have to use this
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #FFFFFF; color : #B166B9 }