Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rbvinc

    (@rbvinc)

    coorection please: white arrow right above ‘about us’, i want to remove this, could NOT find a way. help please,

    lisa

    (@contentiskey)

    are you using this theme?
    https://demo.studiopress.com/centric/
    if yes, then it would be best to contact support of the theme to remove the item.
    and/or support for genesis framework
    https://my.studiopress.com/

    RossMitchell

    (@rossmitchell)

    A crude way to do this is to add this css. From the customizer > additional css:

    .wrap .arrow {
    display:none;
    }

    Then you will want to close up the vast green band with:

    .home-featured .home-widgets-1 {
        padding: 0;
    }
    Thread Starter rbvinc

    (@rbvinc)

    Thank you Mr. Ross Mitchell. It worked. Your help is great. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘help with code’ is closed to new replies.