J. Davis

Forum Replies Created

Viewing 2 posts - 3,451 through 3,452 (of 3,452 total)
  • Author
    Posts
  • in reply to: Remove arrows from specific (not from all) sliders #151600

    Hi Robert,

    You can go to MotoPress > Settings, find Custom CSS code field and add the code below:

    .motopress-image-slider-obj .flex-direction-nav{
    display:none !important;
    }

    Save changes and preview the slider. The Slider arrows should be hidden now.

    in reply to: Border style #149220

    You have set predefined Border style for column. This style sets border for all sides of the block. If you need to apply border to left and right sides only you should add custom style. You can follow these easy steps:

    • go to MotoPress > Settings > Custom CSS code field
    • add custom class with border style e.g.
    • .custom_border{
      border-left: 1px solid #000000;
      border-right:1px solid #000000;
      }

    • launch MotoPress editor, select column, switch to Style tab, type the name of your class – ‘custom_border’ without quotes and apply it.
    • save changes and preview the page.
    Viewing 2 posts - 3,451 through 3,452 (of 3,452 total)