• Hello,

    Thank you alex for the theme.

    1) I changed most css codes to flip design from LTR to RTL but I don’t know how to flip sidebars.
    2) Is it possible to upload two logos one for this and another for another language.
    3) I tried to ONLY change the background color of follow on top side bar but I wasn’t able to do that by child CSS.

    Kind regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ooobe

    (@ooobe)

    any support. Thank you.

    1. Don’t know.
    2. Don’t know.
    3. Try this css:

    /* change Follow sidebar top to yellow */
    .s1 .sidebar-top, .s1 .sidebar-toggle {
      background: #ff0;
    }

    Change the color to whatever you need.

    Thread Starter ooobe

    (@ooobe)

    I fixed 1 and 2.

    3. I changed it by the original CSS because it’s always override the css of child theme. that’s why I’m asking if we can change it by the child theme.

    Thanks

    Try adding the !important declaration in the child theme css:

    /* change Follow sidebar top to yellow */
    .s1 .sidebar-top, .s1 .sidebar-toggle {
      background: #ff0 !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘RTL Support’ is closed to new replies.