Tagged: layout
- This topic has 9 replies, 4 voices, and was last updated 8 years, 6 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
March 30, 2017 at 11:42 am #50691
Victoria
ParticipantI’m not understanding how to get the layout that shows in the preview of this theme….I thought it would be easier than this. Thanks.
March 31, 2017 at 4:51 am #50702Theme Horse Support Team
KeymasterHi Victoria,
You can follow Theme Instruction link which helps you to setup business Template.Thank you!
May 19, 2017 at 4:58 am #51434Kobien
ParticipantHi Theme Horse, I want to change the text colour of the featured image slider when it’s shown on a small device. Now it changes to white, but it’s hard to read. Can I also make a background color for the textbox? The theme is superior pro.
Thanks, Kobien
May 24, 2017 at 7:46 am #51483Theme Horse Support Team
KeymasterHi Kobien,
For this you have to add Custom CSS code. Just go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:
@media only screen and (max-width: 767px) { .featured-slider .featured-slider-content .entry-title, .featured-slider .featured-slider-content .entry-title a, .featured-slider .featured-slider-content .entry-content { color: #ffffff; } }Note: Change the above HEX color code #ffffff into your own color code to change the white color code.
Thank you!
May 30, 2017 at 11:59 am #51573Kobien
ParticipantHi Theme Horse, thanks for the answer. It works with the text color. Now I want also to change the background color of the featured image slider because it’s still hard to read when opened on a mobile/tablet.
Thanks, Kobien
June 9, 2017 at 12:12 pm #51735Theme Horse Support Team
KeymasterHi Kobien,
Add below custom CSS to change the background color of the featured image slider.
@media only screen and (max-width: 1023px) { .featured-slider, .featured-slider .featured-slider-content article { background-color: #ffffff; } }Note: Change the above HEX color code #ffffff into your own color code to change the white color code.
Thank you!
June 14, 2017 at 10:07 am #51760Kobien
ParticipantHi Theme horse, Now I have another problem. I did create a woo commerce webshop with Superior Pro theme. When you open the productpage you see a double headline. How can I delete the first one?
Kind Regards, Kobien
June 14, 2017 at 10:19 am #51761Theme Horse Support Team
KeymasterHi Kobien,
Go to Appearance -> customize -> Additional CSS paste the following CSS code and Click on save all changes button:
.single-product .page-title-wrap {
display: none;
}Thank you
June 14, 2017 at 11:52 am #51765Kobien
ParticipantThanks for the quick answer. It works perfectly!
June 15, 2017 at 4:56 am #51776Theme Horse Support Team
KeymasterYou welcome kobien
Thank you
-
AuthorPosts
- You must be logged in to reply to this topic.
