Custom Header Title for Image Carousel-Mimbo Pro
-
Hi, I have Mimbo Pro as my theme and I’m currently setting up my image carousel. I was wondering if there was any way to change the title of the image carousel from “Recent Stories” to anything else. Please let me know how this is possible, thanks!
The blog I need help with is: (visible only to logged in users)
-
There is a CSS trick that can be used to change the title. Do you have the Custom Design upgrade?
If you do, you can use the following CSS and edit the New Title text between the double quote marks I put in as a placeholder, but even if you do not have the Custom Design upgrade, at Appearance > Customize > CSS you can add the code and preview the change.
#recent h3 { visibility: hidden; } #recent h3:after { Content: "New Title"; visibility: visible; float: left; } -
I do not have the Custom Design upgrade. How do I access CSS through the customization menu if I do not have the Custom Design upgrade? When I click Customize under Appearance, it lets me change the color, BG image, and menus, but has no option for CSS. Is it still possible to change the CSS without the Custom Design upgrade?
-
@premiergroup1, oops on my part. Go to appearance > custom design > CSS and you can try out the code I gave you. You can preview the CSS change, but in order to save and commit the change, you would have to have the custom design upgrade.
-
Thanks for the help @thesacredpath. If I don’t get the custom design upgrade, do I have any other option for changing the title? I just want to know so I can make an informed decision about purchasing the upgrade.
- The topic ‘Custom Header Title for Image Carousel-Mimbo Pro’ is closed to new replies.