HashThemes » All Posts https://hashthemes.com/support/forum/square/feed/ Wed, 24 Jan 2024 09:34:26 +0000 https://bbpress.org/?v=2.6.9 en-US https://hashthemes.com/support/topic/disable-the-featured-section-on-the-home-page/#post-49444 <![CDATA[Reply To: Disable the Featured Section on the Home Page]]> https://hashthemes.com/support/topic/disable-the-featured-section-on-the-home-page/#post-49444 Mon, 18 Sep 2023 05:52:50 +0000 Hash Yes, use the below CSS code


#sq-home-slider-section{
display: none;
}
]]>
https://hashthemes.com/support/topic/disable-the-featured-section-on-the-home-page/#post-49332 <![CDATA[Reply To: Disable the Featured Section on the Home Page]]> https://hashthemes.com/support/topic/disable-the-featured-section-on-the-home-page/#post-49332 Wed, 13 Sep 2023 12:41:53 +0000 Is there any way to hide slider section with css?

]]>
https://hashthemes.com/support/topic/adding-items-to-featured-section-without-pages/#post-47308 <![CDATA[Reply To: Adding items to Featured section without pages]]> https://hashthemes.com/support/topic/adding-items-to-featured-section-without-pages/#post-47308 Wed, 27 Jul 2022 04:31:21 +0000 Hash Hi,

You can add the custom link only in the premium version. But in the free version, the links are automatically liked to the selected page for that block.

Thanks

]]>
https://hashthemes.com/support/topic/adding-items-to-featured-section-without-pages/#post-47306 <![CDATA[Adding items to Featured section without pages]]> https://hashthemes.com/support/topic/adding-items-to-featured-section-without-pages/#post-47306 Tue, 26 Jul 2022 22:09:40 +0000 Naillit Hi, I am trying to link some of the Featured sections to links that aren’t actual pages on the site (they are created by a calendar plugin). Is there any way to reference these pages directly in the “Featured” section?

]]>
https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-47263 <![CDATA[Reply To: Header overlaps slider in Mobile View]]> https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-47263 Thu, 21 Jul 2022 12:33:14 +0000 Hash sorry, the correct code is

@media screen and (min-width: 580px){
.sq-site-title a {
font-size: 14px;
}
}

]]>
https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-47241 <![CDATA[Reply To: Header overlaps slider in Mobile View]]> https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-47241 Wed, 20 Jul 2022 02:07:30 +0000 rlspvfo Yes, that is exactly what I mean. It only does it in the mobile display version. I tried the code you sent but it only affects the regular display version. The mobile version remains unchanged. I tried making changes in different areas of the Additonal CSS code to see what happens and nothing seems to affect the mobile version, only the regular version. Is there anything I am missing?

]]>
https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-47239 <![CDATA[Reply To: Header overlaps slider in Mobile View]]> https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-47239 Tue, 19 Jul 2022 13:42:49 +0000 Hash Do you mean that the header title and tagline is displaying over the sider?

If it is the case then you can fix it by making the header title font size smaller in the mobile version. For that you need to add custom CSS code by going to Appearance > Customize > Additional CSS

@media screen and (max-width: 580px){
.sq-site-title a {
font-size: 14px;
}
}

]]>
https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-47228 <![CDATA[Reply To: Header overlaps slider in Mobile View]]> https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-47228 Tue, 19 Jul 2022 01:28:47 +0000 rlspvfo https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-46974 <![CDATA[Reply To: Header overlaps slider in Mobile View]]> https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-46974 Thu, 23 Jun 2022 04:58:12 +0000 Hash Hi,

The slider should display below the header. Did you see such issue on our demo website as well?

Please reply back with your website URL so that we can check the cause of this issue.

Thanks

]]>
https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-46970 <![CDATA[Header overlaps slider in Mobile View]]> https://hashthemes.com/support/topic/header-overlaps-slider-in-mobile-view/#post-46970 Wed, 22 Jun 2022 02:11:34 +0000 rlspvfo Hello,

I am looking for help with fixing this issue. It displays fine on desktop view. However, in mobile view the header overlaps the slider image in Mobile View. Please let me know if there is a way to fix this.

Thank you

]]>