Home › Forums › All Other Themes › charity Pro theme
- This topic has 7 replies, 3 voices, and was last updated 5 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 7, 2019 at 10:04 pm #122962
We like the text over our slider images. Two questions 1) can it be moved to the lower right of the slider image instead of the upper left? 2) Can the leading be a little bit smaller, the lines of text are far apart. Maybe just reduce the leading by 1/3?? Thanks very much!
Mary HelenMay 8, 2019 at 4:00 am #122975Hi,
Kindly show us your website URL?
Regards,
BradMay 8, 2019 at 3:45 pm #123006Sorry! We are at https://new.buddhistGlobalRelief.org. In addition to my 2 questions about the slider text, is there anyway you can darken the transparent black behind the main menu? Our main menu is hard to read. Thanks very much! You have helped me before so i think you can make changes.
May 9, 2019 at 4:29 am #123025Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header { background-color: rgba(0,0,0,0.5);}
.slider-main .nivo-caption { top:auto; left:auto; right:7%; bottom:100px; }
.slider-main .nivo-caption .slide_info { text-align:right;}
.slider-main .nivo-caption .slide_info a.sldbutton { float:right;}2) Can the leading be a little bit smaller, the lines of text are far apart. Maybe just reduce the leading by 1/3??
Ans: Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
BradMay 11, 2019 at 6:49 pm #123215Hi,
I had asked if the lineheight on the home page slider text could be smaller, and you asked for a screenshot. Here it is https://imgur.com/a/kvWSXUW
You can see there is a lot of space between the lines. Can we have just 2/3 as much space as is there now? In other words can we get rid of 1/3 of that space? Thank you!
Mary Helen FeinMay 14, 2019 at 9:53 am #123329Hi,
Kindly use this CSS:
.slide_info h2 {line-height:42px;}
Regards,
ShriMay 14, 2019 at 4:49 pm #123356We are at https://new.buddhistGlobalRelief.org. We use the Charity Pro theme. Is there anyway to darken just a bit, the transparent black behind the main menu? Our main menu is hard to read. Thanks very much!
May 15, 2019 at 11:20 am #123414Add this code in custom CSS box:
.header {background-color: rgba(0,0,0,0.5) !important;}
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.