Forum Replies Created

Viewing 15 posts - 196 through 210 (of 297 total)
  • Author
    Posts
  • in reply to: Secondary nav search bar does not work #181152
    sanam
    Keymaster

    Hello, @ARTUR95 we will be releasing the new version of this theme in which this issue will get fixed.

    Regards,
    Theme

    sanam
    Keymaster

    Hello, BASSINLA your site URL shows a database error could you please fix it first so we could look into the issue?

    Regards,
    Themepalace

    in reply to: Remove “From the Blog” Tag #181150
    sanam
    Keymaster
    in reply to: Colors in Header #181094
    sanam
    Keymaster

    Hello @RICHI385, Please add this CSS in the Additional CSS

    .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a:hover:hover, .navigation-classic .menu-inside-wrapper .main-navigation ul > li > a:hover:focus {
    color: #293991;
    }
    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Thanks

    • This reply was modified 2 years, 7 months ago by sanam.
    in reply to: Homepage not displayed correctly #181073
    sanam
    Keymaster

    Hello, ROSARIA_S please use the link below for theme instruction.

    https://themepalace.com/instructions/themes/music-zone/

    in reply to: My profile #181069
    sanam
    Keymaster

    Hello, @SHOP-ACC-ZENDO you can only view the purchased history on the themepalace. Try viewing your profile through your comment section.

    Regards,
    THemepalace

    in reply to: “normal” sized header #181068
    sanam
    Keymaster

    Hello, @PADRA72

    Could you please explain more in detail what you mean by “is it possible to have to have a header picture that does not cover 2/3rds of the page?”.

    Also, could you please share your site URL?

    Regards,
    Themepalace

    in reply to: Mouse hover color in pages menu and submenu #181001
    sanam
    Keymaster

    Can you please try this CSS

    .widget.widget_block button.wp-block-search__button {
    background-color: #8f77b6;
    }

    If that does not work try this one

    .widget.widget_block button.wp-block-search__button {
    background-color: #8f77b6 !important;
    }

    Regards,
    Themepalace

    • This reply was modified 2 years, 7 months ago by sanam.
    in reply to: Mouse hover color in pages menu and submenu #180976
    sanam
    Keymaster

    Please add this CSS

    button[type=”submit”] {
    background-color: #8f77b6 !important;
    }

    in reply to: Mouse hover color in pages menu and submenu #180950
    sanam
    Keymaster

    Hello @VALITA, Please add this CSS in the Additional CSS

    #site-footer-navigation li a:hover,
    #site-footer-navigation li a:focus,
    #social-footer-navigation li a:hover,
    #social-footer-navigation li a:focus,
    a:hover,
    .site-info a:hover,
    .site-info a:focus,
    .singular-content-wrap .entry-content a:not(.more-link):not(.button):not(button):not(.wp-block-button__link):not(.wp-playlist-caption),
    #social-footer-navigation li a:hover,
    #social-footer-navigation li a:focus,
    .menu-social-container a:focus,
    .menu-social-container a:hover,
    #site-generator .menu-social-container a:hover,
    .sidebar .widget-wrap li a:hover,
    .sidebar .widget-wrap li a:focus,
    #site-generator .menu-social-container focus{
    color: #8f77b6 !important;
    }

    button[type=”submit”],
    #site-generator #social-footer-navigation a:focus:before,
    #site-generator #social-footer-navigation a:hover:before{
    background-color: #8f77b6;
    }

    Unfortunately, we don’t have the option to change the default color of the entire site on the free version. I suggest you to please check the pro version of this theme.

    Regards,
    Themepalace

    in reply to: Mouse hover color in pages menu and submenu #180911
    sanam
    Keymaster

    Hello @VALITA, Please add this CSS in the Additional CSS

    .main-navigation ul:not(.sub-menu) > li > a:hover,
    .main-navigation ul:not(.sub-menu) > li > a:focus,
    .top-navigation ul:not(.sub-menu) > li > a:hover,
    .top-navigation ul:not(.sub-menu) > li > a:focus,
    #menu-toggle:hover .menu-label,
    button.menu-toggle:hover .menu-label,
    .menu-inside-wrapper .main-navigation .nav-menu ul > li > a:hover,
    .menu-inside-wrapper .main-navigation .nav-menu ul > li > a:focus,
    .menu-inside-wrapper .top-navigation .nav-menu ul > li > a:hover,
    .menu-inside-wrapper .top-navigation .nav-menu ul > li > a:focus,
    button.dropdown-toggle:hover,
    .site-header-menu .menu-inside-wrapper .nav-menu li button:hover,
    button.menu-toggle:hover,
    button.menu-toggle:focus,
    .menu-toggle-close:before,
    .menu-toggle:hover,
    .menu-toggle:focus,
    #menu-toggle:hover,
    #menu-toggle:focus,
    .menu-label:focus,
    .dropdown-toggle:hover,
    .dropdown-toggle:focus,
    .menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a {
    color: #FF0000;
    }

    @media only screen and (min-width: 75em) {
    .navigation-classic .menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a:before, .navigation-classic .menu-inside-wrapper .top-navigation > .nav-menu > .current_page_item > a:before {
    border-color: #FF0000;
    }
    }

    #scrollup,
    button[type=”submit”] {
    background-color: #FF0000;
    }

    #menu-toggle:hover{
    color: #FF0000;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    As for the HOME and SOCIAL MEDIA menu icons are already “hovering”. it is just to make it easy for the user to know on which page exactly they are on. please remove the link to the homepage from the social media menu and it will get fixed.

    Regards,
    Themepalace

    in reply to: Demo unavailable #180772
    sanam
    Keymaster

    Please download the demo file from the below link and import it manually
    https://drive.google.com/file/d/17AV3jp4eX44AA88e56LnuCrZUGgEjRan/view?usp=sharing

    in reply to: configuration integrated slider #180526
    sanam
    Keymaster

    please add the following CSS
    #featured-slider:hover .slick-prev {
    left: 633px;
    }

    #featured-slider:hover .slick-next {
    right: 612px;
    }

    You can adjust it manually from your end as per your need.

    Regards,
    Themepalace

    in reply to: configuration integrated slider #180515
    sanam
    Keymaster

    Hello @TONY-MICELLI, Please add this CSS in the Additional CSS

    .slick-prev:hover,
    .slick-next:hover {
    background-color: #00FF00;
    }

    #featured-slider .slick-dots li:before {
    position: absolute;
    height: 9px;
    width: 9px;
    left: 0;
    bottom: 24px;
    border-radius: 114%;
    }

    #featured-slider .slick-dots li.slick-active:before {
    background-color: #00FF00
    }
    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Please change the size of the dots as per your requirement. you can adjust the height, width, and radius.

    Also, could you please send us the design of how you want to customize the left and right arrows?

    Thanks

    in reply to: issue with home page showing all posts #180314
    sanam
    Keymaster

    Hello @GIRLRACER, Could you please tell us whether you have used some plugin to display the recent uploads?
    or would be better if you could share reference sreenshot of the recent uploads settings.

    Regards,
    Themepalace

Viewing 15 posts - 196 through 210 (of 297 total)