Just getting started, a few basic questions

Just switched over to this theme from a previous magazine style and trying my best to learn as I go. A few questions off the bat.

  • How do I change the color of the navbar?

  • What is the easiest way to have a rotating post section using cornerstone for my homepage? Something that displays either by category or latest and continues to rotate?

  • How do I change the body color? I’ve seen the background color option but cannot locate the body.

Thank you!

Weston

Hello @Millerpka,

Thanks for asking and welcome to X Theme community. :slight_smile:

  1. You can change navbar color from X > Theme Options > Header > Links Text > Navbar Links. https://cloudup.com/cgnDldqxOKC
  2. You can take a look at Revolution Slider. Same can be installed from X > Validation > Extension > Revolution Slider.
  3. Body color can be changes from X > Theme Options > Typography > Body and Content > Body font color. https://cloudup.com/cuTPJVG7kRO

Thanks.

Thank you! For #3, I was referring to the body background color I apologize!

Hello @Millerpka,

Thanks for updating thread. :slight_smile:

You can change body background color from X > Theme Options > Layout and Design > Background Options > Background Color. https://cloudup.com/cCBfXey9G5y

Thanks.

Thank you. It looks like the Background color only changes the page background. What I’m looking for is the body background of blog posts.

Also, regarding the navbar color, it looks like that only changes the link color whereas I’m trying to change the entire color of the bar. Thank you!!

Hello @Millerpka,

Thanks for updating thread. :slight_smile:

Please add following CSS under X > Theme Options > CSS to change blog page background color:

.blog .site {
    background-color: #ddd;
}

You can change navbar background color by adding following code in X > Theme Options > CSS:

.x-navbar {
    background-color: #ddd;
}

Thanks.

You da man! Trying my best to figure the rest out myself but will ping you if needed.

Sure, we are delighted to assist you with this.

Cheers!

Hi guys,

One question. I’ve noticed my footer social media links are out of wack. Under theme options > social, my Instagram links are correct, but for some reason they are putting the current page’s link before the social media link. Can you check? www.outworldhq.com. Check the link at the footer on the homepage, then click a random page and check the footer links again.

Also wondering if there is a way to change global link colors? They’re currently blue but hard to see against the gray background.

Thank you!

Hello @Millerpka,

Thanks for asking. :slight_smile:

For Instagram, please make sure you add complete URL under X > Theme Options > Social > Instagram Profile URL. Kindly add following URL. https://www.instagram.com/outworldhq/

It seems that the global link color is Red. Can you please confirm? Will it be possible for you to share specific page/post url where you see link in blue?

Thanks.

Thank you for the first part.

Here’s an example of the blue links, and it looks like they are on all of my pages like that.

Maybe I need to change them on the actual page editor but was hoping to switch them all at once. I definitely see the links red at the footer though.

Hi There,

Upon checking, I see those colors are set inline.

You can check the plugin (fontplugin) or add the following CSS rule into your Theme Options > Global CSS area.

.fontplugin_fontid_12950_proximanovalight span, .fontplugin_fontid_12950_proximanovalight span a {
    color: red !important;
}

Thanks!

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