-
AuthorPosts
-
February 12th, 2013 at 16:43 #3639Cherelle
Is it possible to change the column frames to black on the presentation page. There is an option to do this for the slider but can’t find an option for the column pictures. Want the frames to look uniform. Thanks.
February 20th, 2013 at 14:16 #3749ZedCryout Creations mastermindUse this custom CSS:
.column-image { border: 3px solid #000; }
The presentation page looks awesome with black borders 🙂
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 27th, 2013 at 04:09 #3887FrankThis is the only thing I’ve been having trouble with changing. I’ve tried adding the custom CSS to a child theme, to the custom CSS settings in the Mantra settings, and even the CSS settings in the editor, but it never changes the color. I think I might need some additional hand holding to know where this custom code should go to work. Other than that, this is a great theme. Thanks.
February 27th, 2013 at 04:25 #3888GradyHey,
I also had issues changing a padding and I fixed it by using some very bad code but it works, just add !Important right before the ;
.column-image { border: 3px solid #000; !Important }
That should do the trick.
February 27th, 2013 at 20:53 #3900ZedCryout Creations mastermindI think there’s a typo there – the !important goes before the ;
.column-image { border: 3px solid #000 !important; }
As a general rule, when CSS fails, add !important 🙂
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 27th, 2013 at 23:06 #3902FrankThanks, that did it!
March 23rd, 2013 at 23:56 #4603GospelThank You so much!
-
AuthorPosts
The topic ‘Column frames on presentation page’ is closed to new replies.