• How do I change the background colour of the top box of the main column in between the two coloured ones please I can’t find it in the theme options or in the style.css so confused!

    Follow us: | This one | More:

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi jbspropertyibiza. You can change the color using css in either a child theme style.css file or by using a plugin like Simple Custom CSS:

    /* change content area page title to red */
    .page-title {
      background: #f00;
      }

    Let me know how that works.

    Thread Starter jbspropertyibiza

    (@jbspropertyibiza)

    Ok thank you you’re a star!

    Would you also mind telling me where in the stylesheet is the colour hex code to change the colour of the title in the two sidebars Follow us: & More:

    Thanks again,
    Lucy

    Thread Starter jbspropertyibiza

    (@jbspropertyibiza)

    I noticed the text on both was kind of transparent I’ve tried searching for opacity, transparent, anything with a white font color but I can’t find them!

    Thread Starter jbspropertyibiza

    (@jbspropertyibiza)

    Better ask about the main column one too!

    Thread Starter jbspropertyibiza

    (@jbspropertyibiza)

    Oh i found the main one

    my font awesome didn’t work
    is there any browser plugin needed?

    how can i resize the size on post manually?

    thank you

    Thread Starter jbspropertyibiza

    (@jbspropertyibiza)

    I thought it might be

    .sidebar-top p { float: left; color: #fff; color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 600; text-transform: uppercase; line-height: 24px; padding: 3px 0; }

    But nothing happens when i change the color fff

    Thread Starter jbspropertyibiza

    (@jbspropertyibiza)

    Oh it is that i’m a idiot I forget to take out the rgba sorry to bother you

    No problem. Glad I could help. If you don’t need any further assistance here please mark the topic as resolved. Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How do I change the background colour of the top box of the main column’ is closed to new replies.