Forum Replies Created

Viewing 15 posts - 136 through 150 (of 297 total)
  • Author
    Posts
  • in reply to: Color text on Featured Slider #182581
    sanam
    Keymaster

    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,
    Themepalace

    in reply to: Trying to update theme from 2.5.2 to 2.6.1 #182576
    sanam
    Keymaster

    Hello @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,
    Themepalace

    in reply to: Renewing License #182575
    sanam
    Keymaster

    Hello PRIME-SAFARIS-AND-TOURS-LIMITED,

    Yes, the cost is the same as buying a new one.

    in reply to: New user: no social icons appear? #182555
    sanam
    Keymaster

    Hello @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,
    Themepalace

    in reply to: New user: no social icons appear? #182516
    sanam
    Keymaster

    Hello @BLISSMISSION,

    Please add the social media URLs. you can check the video below for reference.

    https://www.awesomescreenshot.com/video/9125394?key=fd0f42d9cc9f3b2b54c57122dd335c6c

    Regards,
    Themepalace

    in reply to: Header Video #182485
    sanam
    Keymaster

    Hello @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,
    Themepalace

    in reply to: Header Video #182426
    sanam
    Keymaster

    Hello @KNUT,

    Could you please provide us your site URL?

    in reply to: Sticky Menu Center Align #182417
    sanam
    Keymaster

    Hello @SOARTS, Please use this CSS instead.

    @media only screen and (min-width: 767px) {
    .sticky-menu-enabled #main-nav li {
    float: none;
    display: inline-block;
    }
    }

    • This reply was modified 2 years, 6 months ago by sanam.
    in reply to: Sticky Menu Center Align #182387
    sanam
    Keymaster

    Hello @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,
    Themepalace

    in reply to: Center bloc #182341
    sanam
    Keymaster

    Hello, @DIRK

    Seems like the CSS worked. When I checked your site all the images were center aligned.

    in reply to: Center bloc #182325
    sanam
    Keymaster

    hello @DIRK, Add this CSS in the Additional CSS

    Go to Admin Panel >> Customizer >> Additional CSS – there you can paste the CSS

    figure.wp-block-image.size-large {
    align-items: center;
    }

    Regards,
    Themepalace

    • This reply was modified 2 years, 6 months ago by sanam.
    in reply to: Slider Speed #182324
    sanam
    Keymaster

    Hello, @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,
    Themepalace

    sanam
    Keymaster

    Hello @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,
    Themepalace

    in reply to: remove login info on front page #182232
    sanam
    Keymaster

    Hello @LINDAJERLAMGMAIL-COM,

    Please watch the video below:
    https://www.awesomescreenshot.com/video/8979570?key=48297dbc70cee839b906819a8dd50582

    Or you can simply use the below CSS instead
    #tophead {
    display: none;
    }

    • This reply was modified 2 years, 6 months ago by sanam.
    in reply to: Make website title in the header NOT bold #182231
    sanam
    Keymaster

    Hello @LINDAJERLAMGMAIL-COM,
    Please use the CSS below on additional css:

    .site-title {
    font-weight: unset;
    }

Viewing 15 posts - 136 through 150 (of 297 total)