Column frames on presentation page

  • Author
    Posts
  • #3639
    Cherelle

    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.

    #3749
    Zed
    Cryout Creations mastermind

    Use 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.
    #3887
    Frank

    This 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.

    #3888
    Grady

    Hey,

    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.

    #3900
    Zed
    Cryout Creations mastermind

    I 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.
    #3902
    Frank

    Thanks, that did it!

    #4603
    Gospel

    Thank You so much!

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Column frames on presentation page’ is closed to new replies.