• Resolved atmb2014

    (@atmb2014)


    Hello

    I am getting started with WordPress and am using llorix-one-lite. My website is atmb-automation.de for further information.

    Now, after creating a child theme I noticed that I could not set the background colors and text colors from the appearance section. I tried to set them in the private style.css with relative success. Now I am stuck with the following problems:

    – setting the text color for the “Main title” in the Big title section. It
    is currently white and not easy to be distinguished from the Big Title
    Background image.
    – I could set our logo in the “general options” but since the background is
    black it cannot be seen easily. It is the same with the menus. Changing
    the background image does not help either.

    What am I missing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    • You can change the font color for big title section with the help of following custom CSS:
      h1.intro{
          color: #000;
      }
    • And, you can define header’s background color with the help of following custom CSS:
      .navbar-inverse{
          background-color: #fff;
      }

    You can either add above two CSS snippets directly in your child themes’s stylesheet, or use a plugin like Advanced CSS Editor to add it. Replace HEX Codes according to your needs. Hope it helps.

    Thread Starter atmb2014

    (@atmb2014)

    Thank you Suyogya Shukla!

    Your hints pointed me in the right direction. They worked perfectly.

    Best regards

    Hey there,

    Glad I was able to help. If you’re happy with our products and support, please leave us a kind review here. Cheers ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Setting llorix one lite background and text colors’ is closed to new replies.