Home Forums Pro Themes Education Hub Pro Style boxed layout

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18571
    franekzaz
    Participant

    I want to make the outer container of the boxed layout have a border and radius
    `.site-layout-boxed .container {
    border: 5px solid #a1a1a1;
    border-radius: 25px;
    }
    this is the code i used but this makes a border and radius around all the containers which element should i use

    #18572
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS to
    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options

    .site-layout-boxed #page {
        border: 5px solid #a1a1a1;
        border-radius: 25px;
    }

    Hope it helps.
    Best regards.

    #18585
    franekzaz
    Participant

    Thanks that worked perfectly thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.