Theme Palace » All Posts https://themepalace.com/forum/pro-themes/easy-commerce-pro/feed/ Wed, 24 Jan 2024 09:40:01 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/remove-horizontal-bar-behind-the-menu-on-mobile/#post-191568 <![CDATA[Reply To: remove horizontal bar behind the menu on mobile]]> https://themepalace.com/topic/remove-horizontal-bar-behind-the-menu-on-mobile/#post-191568 Mon, 27 Nov 2023 15:51:51 +0000 Linda Erlam That is just perfect. Thank you very much.

]]>
https://themepalace.com/topic/remove-horizontal-bar-behind-the-menu-on-mobile/#post-191559 <![CDATA[Reply To: remove horizontal bar behind the menu on mobile]]> https://themepalace.com/topic/remove-horizontal-bar-behind-the-menu-on-mobile/#post-191559 Mon, 27 Nov 2023 03:53:38 +0000 Psink You mean the burger menu that shows on the small devices to access the menu. I guess it is not a good idea to hide that menu, instead, we can remove the sticky of that element so that it moves up when scrolling the content.

Here is an example of that
https://www.awesomescreenshot.com/video/22776555?key=9d6550414f8193d2c6b320a955169c16

Please add this CSS in the Additional CSS

@media only screen and (max-width: 900px){

.mobile-nav-wrap{
padding: 10px;
position: relative;
}

a#mobile-trigger {
float: none;
text-align: left;
}

#page {
margin-top: 0px;
}
}

]]>
https://themepalace.com/topic/remove-horizontal-bar-behind-the-menu-on-mobile/#post-191541 <![CDATA[remove horizontal bar behind the menu on mobile]]> https://themepalace.com/topic/remove-horizontal-bar-behind-the-menu-on-mobile/#post-191541 Sat, 25 Nov 2023 01:36:56 +0000 Linda Erlam On mobile, the menu icon is indicated by three horizontal bars on a black bar that goes all across the screen at the top of the screen. It does not move, it’s there all the time. How can I remove this black bar?
Thank you

]]>
https://themepalace.com/topic/remove-login-info-on-front-page/#post-182232 <![CDATA[Reply To: remove login info on front page]]> https://themepalace.com/topic/remove-login-info-on-front-page/#post-182232 Thu, 19 May 2022 04:04:36 +0000 sanam 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;
}

]]>
https://themepalace.com/topic/make-website-title-in-the-header-not-bold/#post-182231 <![CDATA[Reply To: Make website title in the header NOT bold]]> https://themepalace.com/topic/make-website-title-in-the-header-not-bold/#post-182231 Thu, 19 May 2022 03:58:02 +0000 sanam Hello @LINDAJERLAMGMAIL-COM,
Please use the CSS below on additional css:

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

]]>
https://themepalace.com/topic/make-website-title-in-the-header-not-bold/#post-182229 <![CDATA[Make website title in the header NOT bold]]> https://themepalace.com/topic/make-website-title-in-the-header-not-bold/#post-182229 Wed, 18 May 2022 23:05:33 +0000 Linda Erlam How can I make the font NOT bold in the Title, in the Site Title?

]]>
https://themepalace.com/topic/remove-login-info-on-front-page/#post-182223 <![CDATA[Reply To: remove login info on front page]]> https://themepalace.com/topic/remove-login-info-on-front-page/#post-182223 Wed, 18 May 2022 15:11:42 +0000 Linda Erlam Thankyou. That removes the words but I want to remove the whole banner which is a gray slash across the top of the front page.

]]>
https://themepalace.com/topic/text-color-in-featured-section-right/#post-182196 <![CDATA[Reply To: Text color in Featured section right]]> https://themepalace.com/topic/text-color-in-featured-section-right/#post-182196 Wed, 18 May 2022 03:41:10 +0000 sanam Hello, @LINDAJERLAMGMAIL-COM
Please use the below CSS on is for the title and another one is for content.

.featured-section-right .widget-title {
color: #A52A2A;
}

.featured-section-right .textwidget,
#featured-section a {
color: #A52A2A;
}

You can use the below link for color code reference.
https://www.computerhope.com/htmcolor.htm

Regards,
Themepalace

]]>
https://themepalace.com/topic/remove-login-info-on-front-page/#post-182195 <![CDATA[Reply To: remove login info on front page]]> https://themepalace.com/topic/remove-login-info-on-front-page/#post-182195 Wed, 18 May 2022 03:33:53 +0000 sanam Hello @LINDAJERLAMGMAIL-COM, Please add this CSS to the Additional CSS

#right-tophead {
display: none;
}

Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

Regards,
Themepalace

]]>
https://themepalace.com/topic/remove-login-info-on-front-page/#post-182194 <![CDATA[remove login info on front page]]> https://themepalace.com/topic/remove-login-info-on-front-page/#post-182194 Wed, 18 May 2022 01:30:16 +0000 Linda Erlam How do I remove the login/register banner along the top of the front page? This is not a login site, it’s an eCommerce site, and registration and login capabilities are not part of that.

]]>
https://themepalace.com/topic/text-color-in-featured-section-right/#post-182193 <![CDATA[Text color in Featured section right]]> https://themepalace.com/topic/text-color-in-featured-section-right/#post-182193 Wed, 18 May 2022 01:26:12 +0000 Linda Erlam How do I change the title text color in the featured section, right?
https://bigwristbracelets.com

]]>
https://themepalace.com/topic/background-color-on-featured-section-right-titles/#post-182129 <![CDATA[Reply To: Background color on Featured section right titles]]> https://themepalace.com/topic/background-color-on-featured-section-right-titles/#post-182129 Sun, 15 May 2022 05:43:29 +0000 sanam Hello @LINDAJERLAMGMAIL-COM, Please add this CSS in the Additional CSS

#featured-section .featured-section-right .widget-title{
background: #dd9933;
}

Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

Regards,
Themepalace

]]>