Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #304683
    Hans
    Participant

    Hello Skandha,

    As you can see on this image, there is a frame around services and featured content.
    We should like to remove those frames. Is it possible to give some css?

    Kind regards

    Hans Hagmeijer

    #304696
    Skandha
    Participant

    @toerfiets: Hello Hans,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .featured-content-wrapper .entry-container, .service-content-wrapper .hentry-inner {
    border: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #304742
    Hans
    Participant

    Hello Skandha,

    This is not what I mean.  Now only the frame has been removed, but the image and text are as wide as they were. We should like that text and image are some wider. I want ask you too much for help.

    I studied (as far as I can) on the alternative. I think: if I go on with the Travelore theme and I don’t use the headerhighlights and the featured two columns, that I can realize the website for our cycling club without bothering you. I learned a lot of you. Thank you for that.

    Functionality as featured content and services section do very well in that theme.

    Kind regards

    Hans Hagmeijer

     

     

    #304787
    Skandha
    Participant

    @toerfiets: Hello Hans,

    To make the text and images wider on Services and Featured Content section

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .featured-content-wrapper .hentry-inner, .service-content-wrapper .hentry-inner {
    padding: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘frame around services / featured content’ is closed to new replies.