Home › Forums › All Other Themes › Add bullet points to banner images – Charity theme
- This topic has 12 replies, 3 voices, and was last updated 8 years, 2 months ago by Helen.
-
AuthorPosts
-
September 15, 2016 at 1:08 pm #46612
Hi, is there any way of adding bullet points to the featured images which create the banner images for the pages in the Charity theme?
September 16, 2016 at 1:19 pm #46706Hi Helen,
Do you want bullet points in the slider description?
Regards,
DaveSeptember 16, 2016 at 5:26 pm #46741Yes, I do – but I know how to do that. It’s the page banner images I don’t know how to deal with, because these are featured images,
Thanks, Helen
September 20, 2016 at 10:01 am #47025Sorry couldn’t catch what you are trying to explain the inner page banners are single images from appearance>header. In case you want to have something else you can upload and set featured images for each of the pages which will replace the default banner.
Is it that you don’t want any inner banner at all?
Regards,
DaveSeptember 20, 2016 at 11:26 am #47038No – I do want the inner banner, and understand how it works. What I want is to be able to overlay it with text (bullet points, for example), similarly to the way text is overlaid on the home page slider. I think that this should be possible via css but need your advice.
September 21, 2016 at 9:29 am #47124Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.slide_info p { display:list-item !important;}
Regards,
ShriSeptember 21, 2016 at 10:29 am #47132Thanks – this definitely applies to the sub-page banners rather than the home page slider?
Where do I input the content text?September 21, 2016 at 1:18 pm #47158Even if we had pulled it off it won’t look good in mobile then that would need resolving.
Regards,
ShriSeptember 21, 2016 at 4:49 pm #47180Hi, not sure what this means?
September 22, 2016 at 5:13 am #47229Hi Helen,
Well, you need to add the code in header.php but if you good in coding you have to make it dynamic. Because when you add the code/text in header.php it will show up on all the inner pages (same text).
It’s a theme customization request.
Regards,
BradSeptember 23, 2016 at 8:07 pm #47433Thanks – I specifically don’t want to make any changes to the php as I don’t want to have to create a child theme. Does that mean it’s impossible? It seems to me that it should be possible via css?
Regards,Helen
September 26, 2016 at 7:02 am #47542Hi Helen,
It is possible with the css. All you have to do is create a
<div class="inner-desc"></div>
inside this put the bullet points in ul li. Create it and let us know then we have send you the css for this.
Regards,
BradSeptember 28, 2016 at 4:48 pm #47852Thanks – I need this for a new site which I haven’t started putting together yet, so can’t try out the code just now. I’m not sure from your note that you’ve sent me all the css I need. If there’s anything else, could you send it to me right away, and I’ll feed back once I’ve got going on the site?
Regards, Helen
-
AuthorPosts
- You must be logged in to reply to this topic.