Styling Optionen?

Hello,
ist for me very hard to style your theme, ist only go with css? or give at what i noit see to lighter style? i working with pro and yes Header and footer maker ist ggod and middle light to use. but with the coolor from blog backround (global) Color i dont find in xtheme costimize, i have found only global backround. i hope come in future more light Styling in your theme

thanks
claudi

Hey Claudi,

Thank you for reaching out to us. Currently you can set the background color globally via Theme Options > Layout and Design > Background Options this will also set the background color of your posts page.

However if you don’t want the background color globally then you can only set the background color of your blog page via CSS by adding the following code in the Theme Options > CSS:

body.blog {
    background-color: rgb(59, 187, 223);
}

To learn more about theme options please visit our knowledge base here https://theme.co/apex/forum/c/themeco/kb

Hope this helps!

its not working he make the backround but i Need blog see at https://go4free.net blog if White and i Wood like Grey
and have xtheme breadcrumbs ?(side navi)

If we’re already there, when you click on the picture comes full but I can’t close the picture anymore

thanks
claudia

Hi Claudia,

You mean change the white background to Grey? Or please provide a mockup design of what you wish to achieve.

And about the image, you have inserted an image in the content with a link, and it’s only normal for it to link to that image. And it can’t be closed since it’s not a lightbox, if you wish to implement a lightbox then please check this http://demo.theme.co/integrity-1/shortcodes/responsive-lightbox/

Thanks!

the blog backround if White and i Wood like the blog backround if Grey also White to Grey:-)

thanks

Hi Claudia,

I see, thanks for clarification :slight_smile:

Please go to Theme Options > Layout and Design and change the background color to grey. Though, I see two CSS there so it might be coming from stack’s CSS too which yes, may require a CSS so please skip changing that background option, instead add this to Theme Options > CSS

.site, .x-site {
    background-color: grey;
}

And please change the footer background to grey too in the builder to match it.

Thanks!

This bothers me very much that you can’t adjust the simple things in the theme, for what I buy a theme, just to make it easier for me, I think such things as blog background, headline from the blog, meta and widget styles you should be able to control in the theme. Now I have to ask again how do I change the color from the headline from the blog, meta and how do I change the background of widget and have xtheme breadcrumbs ?(side navi). you have the only theme under first ten themes at envato that I know where you can’t close the picture when you click on it without extras

https://go4free.net/

Hi Claudia,

I understand what you’re referring and it’s true there are few options. It’s a theme framework a bit different from another bloated theme which makes X theme more faster. For example, let’s say you only need to change a simple color and just once, but the theme has a full-blown feature for color picker and layout library running for every page load. It’s going to be slow for the simple change that is meant to be permanent until the site is redesigned. A theme framework is usually meant for site development without being bloated with features meant to be used once or a few times. And manually added CSS are permanent which make sit faster.

This will help too for creating your own preferred CSS https://developers.google.com/web/tools/chrome-devtools/beginners/css

Before we continue, please disable your optimization plugin first so I know where the CSS is coming from. And please start a new thread for each issue and question for better tracking.

For clarification, the blog title you’re referring is the post title right? Please go to Theme Options > Typography and change the heading and links color, and body color. It will change all headline and text color including the post meta. Assuming the CSS is coming from the theme.

As for the widget, it could be this

.widget ul li, .widget ol li {
    background-color: #000;
}

There are multiple instances of it so I can’t really verify its origin. So please deactivate any optimization plugin, it’s only recommended once you’re finished developing your site.

Thanks!

I don’t know where he gets the black title, meta color from, all cache programs are disabled, browser cache delete, i look at css in wordpress and css xtheme no black. And color in typography link if white grey and hower white is just too hard for me I’m going to put on another theme. Well header I can also shape according to my wishes without css. I think these are 4 paramaters who make the theme live much easier and will not make the site much slower does not have to be a color piker if you could enter in hex format. Lohr geld paid passeirt but not again if I don’t like something in the future I will apply for a refund right at the beginning. For a professional, the theme will be great or for someone who takes a template or doesn’t want to have a change on the ground design but not suitable for beginners at all to achieve quick results

Hello Claudia,

Most of the typography settings can be found in Pro > Theme Options > Typography. At the moment, the theme of your site were changed to TwentyNineteen. Could you please switch back to Pro so that we can continue troubleshooting and help you get your site set up?

Thanks in advance.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.