-
AuthorPosts
-
March 1, 2018 at 1:14 am #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
Thanx in advance for any tips/help!
March 1, 2018 at 6:11 am #919387Hi 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,
NikkoMarch 7, 2018 at 9:29 pm #923342Hey Nikko!
Thank you!
The avia layout editor ? Is that in the enfold panel or when i edit a page ?
Thanx!
March 8, 2018 at 7:18 am #923595Hi,
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,
RikardMarch 8, 2018 at 12:32 pm #923828Hi!
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!
March 8, 2018 at 1:35 pm #923866Hi,
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,
NikkoMarch 8, 2018 at 8:02 pm #924020Sure, 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!
March 10, 2018 at 10:00 pm #925030Hi,
I laoded all of those pages and I cant see any submenu, are you sure they are active?
Best regards,
BasilisMarch 11, 2018 at 9:23 pm #925267There are two fullwidth submenus on every page.
March 11, 2018 at 10:47 pm #925286i 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 laboriousNow : 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)March 14, 2018 at 7:50 am #926456Hi,
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,
IsmaelMarch 14, 2018 at 8:01 am #926464Excellent! How can i find the top page id for each page ?
Thank you!
March 15, 2018 at 5:26 am #927022Hi,
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,
RikardMarch 15, 2018 at 8:40 am #927131Thank you!
March 15, 2018 at 11:49 am #927222Hi,
Is there anything else we can assist with on this issue, or shall we close this then?Best regards,
MikeMarch 15, 2018 at 11:50 am #927223Can 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!
March 15, 2018 at 8:10 pm #927638Hi,
Yes, always use the page id for page specific changes.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.