Forum Replies Created
-
AuthorPosts
-
sanamKeymaster
Hello @DIRK, Please add this CSS in the Additional CSS
.feature-slider-wrapper .entry-container .entry-summary{
color: #f5808c;
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
you can change the color code as per your need.Regards,
ThemepalacesanamKeymasterHello @RWEISS23,
Could you please verify if your theme license key is still active or has already expired? if that’s the case, please renew your theme license key to get the latest updates.
Regards,
ThemepalacesanamKeymasterHello PRIME-SAFARIS-AND-TOURS-LIMITED,
Yes, the cost is the same as buying a new one.
sanamKeymasterHello @BLISSMISSION, Please add this CSS in the Additional CSS
.nature_bliss_widget_social ul li a::before {
color: #dd3333;
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
you can change the color code as per your need.Regards,
ThemepalacesanamKeymasterHello @BLISSMISSION,
Please add the social media URLs. you can check the video below for reference.
https://www.awesomescreenshot.com/video/9125394?key=fd0f42d9cc9f3b2b54c57122dd335c6c
Regards,
ThemepalacesanamKeymasterHello @KNUT, Please add this CSS in the Additional CSS
@media only screen and (min-width: 64em) {
.home #feature-slider-section .slider-content-wrapper, .home .custom-header .custom-header-content {
padding-bottom: 300px;
padding-top: 300px;
}
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
You can adjust the numbers as per your need.Regards,
ThemepalacesanamKeymastersanamKeymasterHello @SOARTS, Please add this CSS in the Additional CSS
@media only screen and (min-width: 767px){
.sticky-menu-enabled #main-nav li {
left: 328px;
}
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
You can adjust the numbers as per your need.Regards,
ThemepalacesanamKeymasterHello, @DIRK
Seems like the CSS worked. When I checked your site all the images were center aligned.
sanamKeymastersanamKeymasterHello, @FAUNLF
Could you please share your site login credentials through our contact form https://themepalace.com/contact-us/
We will look into this issue once we get login credentials.Also, please tell us how much transition time do you want in the slider so, that we can fix it for you.
Regards,
ThemepalaceMay 19, 2022 at 5:40 am in reply to: how to add optional sidebar on enlightme pro meta options #182236sanamKeymasterHello @SOFTTECHMATI,
Please go to enlighment-pro/inc/option.php file. In that file you can find this chunk of code
‘sidebar-1’ => esc_html__( ‘Default Sidebar’, ‘enlightme-pro’ ),
‘optional-sidebar’ => esc_html__( ‘Optional Sidebar 1’, ‘enlightme-pro’ ),
‘optional-sidebar-2’ => esc_html__( ‘Optional Sidebar 2’, ‘enlightme-pro’ ),
‘optional-sidebar-3’ => esc_html__( ‘Optional Sidebar 3’, ‘enlightme-pro’ ),
‘optional-sidebar-4’ => esc_html__( ‘Optional Sidebar 4’, ‘enlightme-pro’ ),
‘optional-sidebar-5’ => esc_html__( ‘Optional Sidebar 5’, ‘enlightme-pro’ ),Just add an optional sidebar as per your need.
Hope this helps.Regards,
ThemepalacesanamKeymasterHello @LINDAJERLAMGMAIL-COM,
Please watch the video below:
https://www.awesomescreenshot.com/video/8979570?key=48297dbc70cee839b906819a8dd50582Or you can simply use the below CSS instead
#tophead {
display: none;
}- This reply was modified 2 years, 6 months ago by sanam.
sanamKeymasterHello @LINDAJERLAMGMAIL-COM,
Please use the CSS below on additional css:.site-title {
font-weight: unset;
} -
AuthorPosts