Forum Replies Created
-
AuthorPosts
-
developer vwtheme
ParticipantHi Jamarc,
As per your query, we are giving you some easy steps and CSS to change the color.
Go to Dashboard >> Apperance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
.main-navigation ul ul {
background: #130954;
}
If you need any another help please let us know.
Thanksdeveloper vwtheme
ParticipantPleasure.
developer vwtheme
ParticipantHi Anabo,
As per your query, we are giving you some easy steps to remove the black line from the menu button.
Go to Dashboard >> Apperance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
.main-navigation li {
border-right: 0px solid #302f2e;
}
If you need any other help please let us know.
Thanksdeveloper vwtheme
ParticipantHi,
Add this to Appearance -> Customize -> Additional CSS
.menubar {
background: #3ca6d4;
}You can get your color code the hex code
Thanks
-
This reply was modified 2 years, 4 months ago by
developer vwtheme.
developer vwtheme
ParticipantHi Matt,
As per your query, could you please provide us your site URL, so we can review and give you some solution for that.
Thanksdeveloper vwtheme
ParticipantHi Matt,
As per your query, you will get a calendar with the little checkmark and heart adding an option in the customizer.
We are giving you some easy steps to get the icons.
Go to Dashboard >> Appearance >> Customize >> Theme Setting >> Goals >> You will Add Icon Class >> Just add icon code as per your reqiment >> Publish.
You can select the icons and use icon code also from these link: https://fontawesome.com/icons
If you need any other help please let us know.
Thanksdeveloper vwtheme
ParticipantHi Matt,
As per your query, sorry but “Reorder” option is not available in our theme.
If you need any other help please let us know.
Thanksdeveloper vwtheme
ParticipantHi Juan,
As per your query, could you please off under-construction mode from your site we are unable to see the issue and us not getting the issue with the help of screenshot?
Thanksdeveloper vwtheme
ParticipantHi Matthieu,
As per your query, we are giving you some easy steps and CSS to change the background color and for now, we have added the black color you can change color as per your wish.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
#sidebar h3 {
background: #000;
}
If you need any other help please let us know.
Thanksdeveloper vwtheme
ParticipantHi Matt,
As per your query, you will get social icons setting in customizer here is an easy step to get the icon set.
Go to Dashboard >> Appearance >> Customize >> Theme Setting >> Social Icon >> You can add a link here and you can hide icon also.
If you need any other help please let us know.
Thanksdeveloper vwtheme
ParticipantPleasure
developer vwtheme
ParticipantHi Pink,
As per your query, we are giving you some easy steps and CSS to remove Design and Developed from the footer.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
span.credit-link.text-right {
display: none;
}
If you need any other help please let us know.
Thanksdeveloper vwtheme
ParticipantHi Matthie,
As per your query, we are giving you some easy steps and CSS to change the opacity of menu color.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
.home.page-template .menu-bar .nav {
background-color: #05458e99;
}
.home.page-template .menu-bar-left {
background-color: #05458e99;
}
If you need any other help please let us know.
Thanksdeveloper vwtheme
ParticipantHi Waye,
As per your query, Just add CSS code on Additional CSS.
We are giving you some easy steps and CSS to remove it.
Go to Dashboard >> Apperance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
span.credit-link.text-right {
display: none !important;
}
Thanksdeveloper vwtheme
ParticipantPleasure
-
This reply was modified 2 years, 4 months ago by
-
AuthorPosts