Skip Navigation

[Résolu] Default Stylesheet for layout

This support ticket is created Il y a 8 années et 10 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 -
- - - - - - -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 4 réponses, has 2 voix.

Last updated by kelvinL-2 Il y a 8 années et 10 mois.

Assisted by: Waqas.

Auteur
Publications
#277930

I install the Layout 1.0-b6 with Layout Demo for Bootstrap 3 as parent theme.

Every time when I create a new layout, there is some default Custom CSS in the CSS styling, may I know how I can make my default styling instead of modify the predefined styling?

Is below the default styling?

/*Layouts css goes here*/
body {
background-color: none;
}

body .container:first-child {
margin-top: 30px;
}

.container {
background-color: none;
}

.well-large {
margin-top: 20px;
}

.masthead {
background-color: #f0f0f0;
}

.nav-wrap {
float: right;
margin-top: 40px;
}

.nav-wrap .nav,
.nav-extra .nav-wrap {
margin: 0;
}

.nav-extra .nav-wrap {
float: left;
padding: 0 20px;
}

.top-logo p {
margin: 0;
}

.slider-wide {
padding: 0;
}

.slider-wide .carousel {
margin: 0;
border: solid #222;
border-width: 3px 0;
}

.features {
padding: 20px;
}

.videos-wrap {
padding: 0 20px;
}

.full-bg {
background-color: #386F80;
}

.full-bg .container {
background: none;
}

.full-bg .widget-cell {
padding: 5px 20px;
}

.full-bg .widget-cell,
.full-bg .widget-cell a {
color: #f7f7f7;
font-weight: normal;
}

.full-bg .widget-cell h2 {
font-size: 24px;
border-bottom: 1px dotted #f7f7f7;
}

.content-border-top {
border-top: 2px solid #dddddd;
}

.content-border-bottom {
border-bottom: 2px solid #dddddd;
}

.sb-margin-top {
margin-top: 30px;
}

.post-padding-left {
margin: 0 20px;
}

#278267

Waqas
Supporter

Languages: Anglais (English )

Timezone: Asia/Karachi (GMT+05:00)

You can edit the default CSS file for the theme. The file is found at 'theme-dd-layouts/layouts.css' under your Bootstrap 3 theme.

Every time a new layout is created, Layouts loads the CSS content from this file.

#278284

Noted with thanks Waqas, you help me a lot. Is there any document that I can refer to? If toolset is targeted for developer, I think it is better to have detail description about the stylesheet element.

#278292

Waqas
Supporter

Languages: Anglais (English )

Timezone: Asia/Karachi (GMT+05:00)

I apologize for the confusion around working with Layouts. We have already several requests for this improvements, and in fact a document is already in progress.

Hopefully, there will be soon a good one out there 🙂

#278294

Noted with many thanks!

Kelvin

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.