Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Martin von Berg
    Participant

    Hello,
    No, it’s different.
    The BGD is defined by div#content.site-content
    I can change the colour of this by the theme settings > Customizer > Color options > Content color options > BGD color options.
    So, it is content. BUT, I never added this content. Although, it is called so. Neither I find a setting to switch it off.
    Where is the setting to switch that off???

    Best Regards

    Martin

    in reply to: Hide Side Title #98337
    Martin von Berg
    Participant

    Hi,
    I solved this for the Home- / Starting-Page only, by that:

    .home #separator-title {
    	display:none;
    	margin:0px;
    	padding:0px;
    	height:0px;
    }

    Additonally I reduced the size of the empty area.

    Thanks
    Martin

    in reply to: Round Corners #91494
    Martin von Berg
    Participant

    Hi, I solved it by:

    Add this code to “additionaly CSS”:

    * {
    	border-radius : 4px;
    }

    That’s it.

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