Custom CSS in Multisite

Hello,

We used this theme in WordPress multi-site. Is this theme is compactable to WordPress multi-site ?

We have used the custom CSS options in two sites. The first site CSS is reflected on the Second site. (The menu color and fonts).



Please advise, how can we fix this issue?

Thanks,
Kannan T.N.

Comments

  • Hi,

    yes, theme is compatible with multisite. Where exactly you put the css which reflect on the 2nd site?
  • Hello,

    We have set the colors and fonts in BeTheme options.

    Site 1 :

    Admin -> Appearance -> BeTheme Options -> Color -> General 

    Set the color code as '#cf3e28' under 'One Color'.

    Site 2:

    Admin -> Appearance -> BeTheme Options -> Color -> General 

    Set the color code as '#2991D6' under 'One Color'.

    But the 'Site 1' color is taken to 'Site 2'.

    Please refer this screenshot http://screencast.com/t/rsDjrbWw0Zg

    Thanks,
    Kannan T.N.

  • We did checked it and everything works fine just as we thought. What we found is that you overwrite styles from style.css file yourself, for example:
    #Top_bar .menu > li a::after {
        background: #cf3e28 none repeat scroll 0 0 !important;
    }
    So it has nothing to theme.
Sign In or Register to comment.