Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 1,548 total)
  • Author
    Posts
  • in reply to: REED MORE #142715
    Psink
    Keymaster

    Hello Diego

    Now I got it, Actually, it’s a single page title not archive page posts title.

    Add this Css

    
    .single .entry-title, .page-title{
      font-size: 24px;
    }
    

    Have a good day

    Regards,
    Psink

    in reply to: Can’t get rid of the pink #142707
    Psink
    Keymaster

    Hello Becca

    can you please share the site URL? Regarding buttons color, it should work.

    Button color options are working well
    https://themepalacedemo.com/myself-travel/itinerary/?view_mode=grid

    Regarding the menu can you please describe it in more brief?

    Regards,
    Psink

    in reply to: Change display of primary menu #142705
    Psink
    Keymaster

    Hello Michael

    I guess currently modern is active in the menu type. Please change it to classic.

    for reference see the screen record
    https://www.awesomescreenshot.com/video/2372990?key=60a9a941c5059d789aeb1a9a55015295

    Regards,
    Psink

    in reply to: Site Not Loading correctly after demo data installed #142674
    Psink
    Keymaster

    Hello Dave

    We have successfully import demo data. Please check from your side

    Regards,
    Psink

    in reply to: REED MORE #142673
    Psink
    Keymaster

    Hello Diego

    You can send it here

    Regards,
    Psink

    in reply to: Site Not Loading correctly after demo data installed #142666
    Psink
    Keymaster

    Hello Dave

    Please share your login details to this URL
    https://themepalace.com/contact-us/

    Regards,
    Psink

    in reply to: Random word instead of page name in header image #142658
    Psink
    Keymaster

    Hello Michael

    I guess “Yoga Therapy Title” and “with all the Biggest Brands of Fashion” are coming from customizer >> Header Media. Can you please check there once?

    Regards,
    Psink

    in reply to: REED MORE #142657
    Psink
    Keymaster

    Hello Diego

    Can you please confirm that you are talking about the archive page post title. Because previous should have to work for it. It would be easy if you share some screenshots of that page.

    Please share some screenshot or screen record

    Regards,
    Psink

    in reply to: Signify Pro – URL & page name issues #142656
    Psink
    Keymaster

    Hello Stern Chic

    Here we have a few CSS to fix the issue that you are dealing with

    CSS To remove page name under the header

    
    .singular-content-wrap article header.entry-header {
        display: none;
    }
    

    CSS To remove underline for link

    
    .entry-content a:not(.more-link):not(.button), .entry-summary a:not(.more-link):not(.button), .ew-about a:not(.more-link):not(.button), .widget_text a:not(.more-link):not(.button) {
        text-decoration: none !important;
    }
    

    To Add in the theme
    Please Go to Admin Panel >> Appearance >> Customize >> Additional CSS, here paste above CSS then published

    Hope this helps

    Regards,
    Psink

    in reply to: Header Image #142655
    Psink
    Keymaster

    Hello Michael

    It’s our pleasure to help you

    Regards,
    Psink

    in reply to: Site Not Loading correctly after demo data installed #142654
    Psink
    Keymaster

    Hello dave_r

    Can you please share your wp-admin user and password. We will figure out the actual issue and help you to import demo data

    Regards,
    Psink

    in reply to: Travel Ultimate Pro – Search Bar #142602
    Psink
    Keymaster

    Hello Roland Konzett

    Currently, we can’t change a parameter in the search bar. To add that feature extra works has to be done, So I would like you to hire Customizer Team. To hire a team please contact through https://themepalace.com/hire-a-customizer/

    Regards,
    Psink

    in reply to: Signify Pro – URL & page name issues #142601
    Psink
    Keymaster

    Hello Stern Chic

    Can you please share your site URL. It would be easy to inspect and give you valid CSS

    Regards,
    Psink

    in reply to: How can I change the color of icons in Social Menu? #142599
    Psink
    Keymaster

    Hello @Alexei

    Please add this Css in Additional CSS to change social menu color

    
    #header-social .university_hub_widget_social ul li a::before{
       color: #000;
    }
    

    Change the color code as per your requirement

    have a great day

    Regards,
    Psink

    in reply to: Create navigation menu on page #142597
    Psink
    Keymaster

    Hello @Adriana

    Yes, you can achieve it by adding a custom navigation menu code on a particular page using a custom HTML block. Also, you need to add all the CSS in Additional CSS
    necessary for a custom navigation menu.

    if you get any confusion while doing it, please let us know

    Regards,
    Psink

Viewing 15 posts - 1,411 through 1,425 (of 1,548 total)