Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #15235
    danielgreat
    Member

    Hello,
    I’d like to have background only for content similar like you have it here: http://catchthemes.com/
    It has to be for content and side bar only.
    My website
    http://www.danielgreat.com/

    Daniel

    #15243
    Sakin
    Keymaster

    @danielgreat: You can add the following CSS in “Appearance => Theme Options => Custom CSS box to change the background color in content area. Change the color code as per your need.
    #main { background-color: #fff; }

    #15244
    danielgreat
    Member

    Thank you worked, but it is possible to add it with border with rounded corners?

    #15251
    Sakin
    Keymaster

    @danielgreat: For border rounded corner you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main { border-radius: 10px; }

    #15266
    danielgreat
    Member

    Is there any way i could change border color?

    Thank you
    Daniel

    #15268
    Sakin
    Keymaster

    @danielgreat: Oh! you want border with rounded corner then it will be as below:

    #main {
        border: 1px solid #7B8FA4;
        border-radius: 10px;
    }
    #15357
    danielgreat
    Member

    Thank you

    #15409
    danielgreat
    Member

    Everything is perfect, but the content background needs to be wider and the menu bar at the same time. Looks bit funny here http://www.danielgreat.com/why-would-you-blog/

    Thank you
    Daniel

    #15416
    Sakin
    Keymaster

    @danielgreat: Hello Daniel, it will not be good to make changes without proper plan as it’s responsive design.

    For now you can add padding to the content. But I recommend you to get the professional developer and work around.
    #main { padding: 10px; }

    #15464
    danielgreat
    Member

    Thank you again

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to create content background?’ is closed to new replies.