Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @voodoochill,
Can you maybe share a screenshot via google drive, dropbox or any other image sharing media? I cannot find the issue on the devices I tried.
Regards,
PratikPratik
ParticipantHi @shahid864,
It is not possible with simple coding and CSS. Please hire a customizer for this feature.
Regards,
PratikPratik
ParticipantThank you for the appreciation. have a nice day 🙂
Pratik
ParticipantHi @sschmeer,
Glad it worked out. If you liked our theme and support, please help us by leaving a review at https://wordpress.org/support/theme/helena/reviews/.
Regards,
PratikPratik
ParticipantHi @F,
You are welcome 🙂 .
Regards,
PratikPratik
ParticipantHi @kriskyria,
First thing, you are using free the,e and have seem to remove our credit link. Although there is no rule against doing that, it would be great if you could support us by giving us the credit link.
Apart from that, I will answer your question as follows:
For featured content hover color, use following code in Appearance=> Customize=> Additional CSS box::#featured-content .entry-title a:hover, #featured-content .entry-title a:focus { color: #a6a6a6; }I will have to say that this feature is readily available in Pro version where you can choose from colors list.
For WooCommerce, you will need to upgrade to Pro version. Only pro version of the theme is WooCommerce Ready.
Finally a quick note, it is not recommended to make changes to php files. Please use child theme if you want to make modifications. Main reason for this is all your changes will be lost when you update the theme. For child theme instructions, see: https://catchthemes.com/blog/create-child-theme-wordpress/
Regards,
PratikPratik
ParticipantHi @laura,
When you add above css, the content on mobile phones might liik too close to the screen. So try following code if mobile view is not to your liking.
@media screen and (min-width: 1450px) { #primary { padding-left: 0; padding-right: 0; } }What this does is only add the CSS if screens width size is greater than 1450 px, i.e your slider image width.
If you want it on smaller screens, try reducing 1450 to 1200 or 900 and so on.
Regards,
PratikPratik
ParticipantHi @Laura,
Add following code:
#primary { padding-left: 0; padding-right: 0; }Please note that this will also increase your texts above slider same width as slider.
Regards,
PratikPratik
ParticipantHi @shahid864,
For that, you will need to do some custom work. Please hire a customizer for that custom work.
Regards,
PratikPratik
ParticipantHi @Hans-Rudolf,
Sometimes, the one font does not have all the characters required for languages other than english. The font maker decides which ones are the languages he will support. I think this is the case in here too. If a font does not support language, it will revert back to another font that supports the language. That is why, different fonts on different versions of language on a site. I hope I explained it properly. Let me know if you have difficulty understanding what I wrote.
Regards,
PratikPratik
ParticipantHi @wouwonline,
For Table bottom border, use:
.entry-content table { border-bottom: none; }For content h2, use:
.entry-content h2 { color: #f2f2f2; }For Image border, use:
#content img { border:none; }Let me know if I got them this time 🙂
Regard,
PratikFebruary 17, 2017 at 9:26 am in reply to: Increase size of title font on home page feature slider #110038Pratik
ParticipantHi @F,
The above code will change the sizes of Featured Content Title, Slider Title a,d all other titles. On reading your request again, it seems you only want to increase size. For that, use following code:
Please increase the size to see cgange. E.g:
@media screen and (min-width: 500px) { #feature-slider .entry-title { font-size: 50px; } }It will increase size of Text Top 8 Mountain gateway on screens with viewport greater than 500px. Please increase/decrease 52px to suite your need.
Let me know if this is what you wanted.
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @wouwonline,
It looks like you have nested multiple table(table inside table), thats why it looks wierd.
Try following code:
.entry-content td, .comment-content td { border: 0; }Regards,
PratikPratik
ParticipantHi Jean,
I get it now. It looks like there is a bug in the theme. The Page/Post content do not give links. I will notify our tech team and let you know the results.
Regards,
PratikPratik
ParticipantHi @wouwonline,
To remove image border, use following code:
#slider img { width: 100%; }About h2, can you let me know which h2 are you talking about. I need specific information as something else is overriding my given CSS.
Regards,
PratikPratik
ParticipantHi @INFOYED,
So you were talking about Featured Content. I was assuming you were talking about blog page.
Goto Appearance=> Customize=> Theme Options=> Excerpt/More Tag settings and reduce the Excerpt length(words).
This will bring read more link.
Regards,
PratikPratik
ParticipantCan you post in your site url?
-
AuthorPosts
