Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #919334

    Hi!

    I want to have 3 different color themes on 3 different pages on a wordpress installation.

    What is the best solution, is there even any for a single wordpress installation ?

    The site i want to change is

    Hem

    Thanx in advance for any tips/help!

    #919387

    Hi Paul,

    I have checked your site and doesn’t seem to use header, which makes it easier, you can just use Avia Layout Editor elements for the colors, and if it’s limited we can modify through css codes which we can add in Quick CSS (located in Enfold > General Styling). For now, I would suggest creating the 3 pages and set it up, give us the links then let us know the remaining adjustments (or change in color) then we’ll try to help out by giving you css codes that should help. :)

    Best regards,
    Nikko

    #923342

    Hey Nikko!

    Thank you!

    The avia layout editor ? Is that in the enfold panel or when i edit a page ?

    Thanx!

    #923595

    Hi,

    The options in the theme are site wide, there are no page specific options unfortunately, so you will need custom CSS for that. The Layout Editor is the one you use on pages and posts yes.

    Best regards,
    Rikard

    #923828

    Hi!

    Thank you!

    I want to change the color of the submenu backgrounds on each page, as well as the primary color on each page.

    Is that possible with custom css ?

    Thanx!

    #923866

    Hi,

    Can you give us the 3 pages that you are referring and what colors you want to use with each of them? we’ll try to help you as much as we can with it.

    Best regards,
    Nikko

    #924020

    Sure, thanx!

    Page 1

    Color:#ff9933
    Want it to be the primary color as well as the background for the submenu.

    Page 2

    Color:#000066
    Want it to be the primary color as well as the background for the submenu.

    Page 3

    Color:#138808
    Want it to be the primary color as well as the background for the submenu.

    Thank you!

    #925030

    Hi,

    I laoded all of those pages and I cant see any submenu, are you sure they are active?

    Best regards,
    Basilis

    #925267

    There are two fullwidth submenus on every page.

    #925286

    i would have done that via Multi Site Install. One WordPress install – one enfold with activation of Enfold over all “Subsites”
    Than you can set for each a color-scheme and for each different css. But – you have to be a bit familiar of doing that – and after having existing content it is a hard work to transfer it – it is possible but laborious

    Now : if only these three Sites from the launch page are different – it would be easier to define a whole set of css for those pages
    (bollywood-bar; East-India and indian stories)

    #926456

    Hi,

    Thank you for the update.

    Please use these css codes tp change the default background color of the fullwidth submenu element.

    #top.page-id-412 .av-submenu-container {
        background: #138808;
    }
    
    #top.page-id-144 .av-submenu-container {
        background: #000066;
    }

    We used the unique ID selector or class attributes of the pages.

    Best regards,
    Ismael

    #926464

    Excellent! How can i find the top page id for each page ?

    Thank you!

    #927022

    Hi,

    If you right-click anywhere on the page in question and select Inspect in your browser, then you will see the page ID class in the body tag. You could also edit it on the backend of WordPress, and you should see it in the URL itself.

    Best regards,
    Rikard

    #927131

    Thank you!

    #927222

    Hi,
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    #927223

    Can i use the page id to change other elements isolated to that specific page as well ?

    As the size/font/color of the menu items for example ?

    Thanx!

    #927638

    Hi,

    Yes, always use the page id for page specific changes.

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.