Theme Palace » All Posts https://themepalace.com/forum/pro-themes/wen-associate-pro/feed/ Sat, 15 Jun 2024 12:10:52 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/line-in-the-slider/#post-181112 <![CDATA[Reply To: Line in the Slider]]> https://themepalace.com/topic/line-in-the-slider/#post-181112 Sat, 16 Apr 2022 19:21:59 +0000 clarijs Hello,
i use

#main-slider {
box-shadow: none!important;
}

it,s done

]]>
https://themepalace.com/topic/line-in-the-slider/#post-181108 <![CDATA[Reply To: Line in the Slider]]> https://themepalace.com/topic/line-in-the-slider/#post-181108 Sat, 16 Apr 2022 18:14:09 +0000 clarijs How can I remove line above and below the slider?

Regards, Riny

]]>
https://themepalace.com/topic/line-in-the-slider/#post-181106 <![CDATA[Reply To: Line in the Slider]]> https://themepalace.com/topic/line-in-the-slider/#post-181106 Sat, 16 Apr 2022 18:00:36 +0000 clarijs https://rinyclarijs.nl/

Regards, Riny

]]>
https://themepalace.com/topic/line-in-the-slider/#post-157824 <![CDATA[Reply To: Line in the Slider]]> https://themepalace.com/topic/line-in-the-slider/#post-157824 Fri, 17 Sep 2021 04:09:36 +0000 Psink @CLARIJS, can you please share your site URL?

]]>
https://themepalace.com/topic/line-in-the-slider/#post-157805 <![CDATA[Line in the Slider]]> https://themepalace.com/topic/line-in-the-slider/#post-157805 Thu, 16 Sep 2021 13:13:36 +0000 clarijs Good day,
I use the featured slider. I see a line above and below. How can I remove it or give it a different color?

Regards, Riny

]]>
https://themepalace.com/topic/theme-colour-amendments/#post-129651 <![CDATA[Reply To: Theme Colour Amendments]]> https://themepalace.com/topic/theme-colour-amendments/#post-129651 Tue, 28 Jul 2020 06:04:01 +0000 wensolutions Hello,

Add below given CSS.

#site-navigation li a:hover{
    border-bottom: 3px solid #dd3333;
}

Hope this helps.

Thank you.

]]>
https://themepalace.com/topic/theme-colour-amendments/#post-129618 <![CDATA[Reply To: Theme Colour Amendments]]> https://themepalace.com/topic/theme-colour-amendments/#post-129618 Mon, 27 Jul 2020 14:50:30 +0000 Aimee Cadle Hello,

The main menu section isn’t quite right. Once clicked it is now red, however the hover colour is still showing as orange.

The rest worked great, thank you!

Thank you
Aimee

]]>
https://themepalace.com/topic/theme-colour-amendments/#post-129587 <![CDATA[Reply To: Theme Colour Amendments]]> https://themepalace.com/topic/theme-colour-amendments/#post-129587 Mon, 27 Jul 2020 07:40:32 +0000 wensolutions Hello,

Please add below given CSS to change the color:

#quick-contact li a:hover::after {
    background-color: #dd3333;   
}

#site-navigation li.current-menu-item > a, #site-navigation li.current_page_item > a {
    border-bottom: 3px solid #dd3333;
}

Hope this helps.

Thank you.

]]>
https://themepalace.com/topic/theme-colour-amendments/#post-129435 <![CDATA[Reply To: Theme Colour Amendments]]> https://themepalace.com/topic/theme-colour-amendments/#post-129435 Fri, 24 Jul 2020 14:52:33 +0000 Aimee Cadle Hello,

Sorry I forgot our site was in maintenance mode, I have removed this now.

The final question is in relation to the hover colour being changed. The areas we need coding for are – the contact details section at the top, the main menu bar and hovering within the slider. We want the hover colour red rather than orange.

Thank you
Aimee

]]>
https://themepalace.com/topic/to-add-pages-in-top-menu-bar/#post-129386 <![CDATA[Reply To: To add pages in top menu bar]]> https://themepalace.com/topic/to-add-pages-in-top-menu-bar/#post-129386 Fri, 24 Jul 2020 05:17:14 +0000 wensolutions Hello,

Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to move the menu to the left side.

.home .container #quick-links {
    float: left;
}

Hope this helps.

If you have further queries, let us know.

Regards.

]]>
https://themepalace.com/topic/to-add-pages-in-top-menu-bar/#post-129353 <![CDATA[To add pages in top menu bar]]> https://themepalace.com/topic/to-add-pages-in-top-menu-bar/#post-129353 Thu, 23 Jul 2020 17:06:12 +0000 NITESH SRIVASTAVA Hello team,

I need to add about us page, contact us page, privacy policy page and disclaimer page in my top menu bar instead of my email id. Kindly help.

My site is https://bankingzone.in

]]>
https://themepalace.com/topic/theme-colour-amendments/#post-129304 <![CDATA[Reply To: Theme Colour Amendments]]> https://themepalace.com/topic/theme-colour-amendments/#post-129304 Thu, 23 Jul 2020 07:36:18 +0000 wensolutions Hello,

As for the icon hover color, add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.


.service-block-inner > a i:hover {
    border-color: rgba(0, 0, 0, 0) !important;
    border-radius: 100% !important;
    color: #43d29d !important;
}

This should work.

As for others, we were unable to open your site so please let us know once the site works fine.

Thank you.

]]>