Forum Replies Created
-
AuthorPosts
-
June 9, 2017 at 12:17 pm in reply to: Image slider with white background when view site on a mobile/tablet #51736
Theme Horse Support Team
KeymasterHi Kobien,
Which theme you are asking for? It seems that you have already asked the same question in others topic as well.
Thank you!
Theme 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!
Theme Horse Support Team
KeymasterHi Jude,
Please provide us the site Url so that we can provide you a custom CSS code.
Also clarify what you exactly trying to do?Thank you!
Theme Horse Support Team
KeymasterHi Karl,
If you are taking help via email support then our support team will sure reply you.
Thank you for your patience.
Theme Horse Support Team
KeymasterHi Karl,
Actually the content is wrapped with max-width so it needs Custom CSS code.
Please provide us the exact page link where you want to reach the page edges to the browser. So that we can provide you a exact custom CSS code.Thank you!
Theme Horse Support Team
KeymasterHi Roan,
Thank you for the interest to purchase our theme.
All the the feature that you have asked is possible in the pro version.After the purchase of our theme you will get free update from your account page and get support for one year via support forum.
After one year if you want to continue with the update and support for the theme you will have to pay small amount $15 for another year.
But you can continue to use the theme for the lifetime without renewing the yearly subscription.Looking forward for your purchase.
Thank you!
May 24, 2017 at 7:49 am in reply to: WP Portfolio Pro – does not play youtube video on mobile in wonderplugin slider #51484Theme Horse Support Team
KeymasterHi Vladimir,
Let us know if there is any problem.
Thank you for using our theme.
Theme 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!
Theme Horse Support Team
KeymasterHi Jude,
You have to upgrade to the premium version of Attitude theme to have the color option.
If you are using Premium version of the theme then just go to Appearance > Theme Options > Color Options > Background Color Options where you can find the Body Background Color option to change the color.Thank you!
Theme Horse Support Team
KeymasterHi Sheena Bell,
It seems that you have already added class
.img-circle
into your<img>
tag. Now just add below custom CSS code to have the circular border for it..img-circle { -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
Thank you!
Theme Horse Support Team
KeymasterHi Happyeungin,
Different theme have different navigation style and design and we have designed the theme this way. To change the navigation style it needs code customization you need to hire a developer as this is a new feature to add in the theme.
For to show the social profiles you have to add additional custom CSS code. Below are the custom CSS code please add it and let us know if it doesn’t works.
@media only screen and (max-width: 767px) { .hgroup-left { display: block; float: right; padding-right: 0; margin: 10px 0 0; } #site-logo { width: 65%; } .social-profiles, .social-profiles ul { float: right; } }
Thank you!
Theme Horse Support Team
KeymasterHi Sheena Bell,
Sorry for late reply we missed your topic.
You have to add the Custom CSS code for circular border. Can you please provide us the exact page Url where you want to add the circular border. So that we can provide you a exact Custom CSS code.
Thank you!
Theme Horse Support Team
KeymasterHi @happyeungin
To reduce the space go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.
#content { padding-top: 30px }
Yes we do customization as well. Please contact to our email here with your customization queries.
Thank you!
Theme Horse Support Team
KeymasterHi John,
For this it needs code customization you need to hire a developer as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Shawn,
Sorry we missed your topic.
After viewing you both site image Url we have encounter that the image are not same sizes.
Here is the link for the image for the site https://the1law4all.000webhostapp.com/learning-links/
And for http://www.nomoretyranny.net/learning-links/ this is the image link which shows that the image size are different and the image are resized.Please use the same image size for the both site and you will have the same image preview for the both site.
Thank you!
-
AuthorPosts