Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Konstantin Kovshenin

    (@kovshenin)

    .navigation-main li

    Hi Konstantin,

    I’m working on this blog;

    I’ve change the background to parchment but I want to make the body transparent.

    How can I change?

    Appreciate your feedback.

    Thanks.

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Try the following CSS:

    #page { background: transparent; }

    Hi Konstantin,

    Thanks for the reply however I’m unable to change the page colour

    In the ‘rtl.css’, the actual code was:

    */

    #page {
    background: white;
    width: 1020px;
    margin: 40px auto;
    }
    .site-main

    I’ve changed it accordingly as per your advice:

    */

    #page {
    background: transparent;
    width: 1020px;
    margin: 40px auto;
    }
    .site-main

    Appreciate if you can help me on this matter.

    Thanks

    Hi Constantine,

    I have figured it out.It is not the rtl.css file.

    It is the expound.css file in the css folder.

    Thanks a lot for your prompt reply.

    Cheers!!!

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Yeah, RTL is for right-to-left languages 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘What CSS element controls the background color of the Home entry in the menu’ is closed to new replies.