Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #523080

    Hello Enfold team,
    I’m working on a website where I need to have 3 type of colors for headers, but keep their styles appart from their colors.
    The company work in two areas, and would like to have the field 1 pages with all Hs in red and all the feild2 pages with all the Hs in blue, and the common pages such as About, contact … in grey.
    I chose the general style as dark blue for all pages, but I would have liked to creat 2 models for the fields pages.
    Thanks for your help,

    #523486

    Hi Missca,

    Could you provide us with a link to the site in question so that we can take a closer look please? Screenshots highlighting your intentions will help us understand better as well, you can upload to for instance imgur.com and then link to them here.

    Regards,
    Rikard

    #532791

    Hi again,
    The company has 2 main activities, so I would like to use a color for each and one for the common pages such as about us…
    That would enable to have titles and widget menus in red e.g. for one field and blue for the second one, finaly grey for the common ones.
    I would like to have 3 template pages wich would refer to these 3 type of page and as soon as I say this title is H1, it would be in the right color, and I would not have to specalize the colors for each title… ???
    I’ve done so so far on the link inserted as private.
    Don’t know if it is easier to understand ?
    Thanks a lot,
    Missca

    #533145

    Hi,

    Not sure if I understand you correctly but you should be able to do all of that with the builder, you can make a general design and then save it as a template and then load the template onto any new page you want to.

    Thanks,
    Rikard

    #533878

    Ok, thanks, i’ll do that, but I get troubles when I need to insert the widget menu in a special color ?
    Is there a way to get it settled ?
    I mean :
    I have 2 menus I display as widget. In the page 1 witch has a main color in red, I need the menu items to appear in red…
    And in the page 2 with the main color in blue, I need the second menu to appear in blue…

    #534552

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-100 #menu-fr-sante li a {
    color:blue !important;
    }
    
    .page-id-75 #menu-fr-sante li a {
    color:blue !important;
    }

    Thanks,
    Rikard

    #615067

    Hello,
    I’m back on that subject as I have a new website project qith exactly the same idea : Creating page models regarding its main menu theme.
    And the easiest way would to be able to define a model for each type of page and then the entire page titles, buttons, … would be in the good colors…
    Oh, that would really be cool,
    Breifly, is there a way to create new model pages ?
    Thanks,
    Missca

    #615679

    Hi,

    Sorry but I’m not sure if I understand what you mean by your last post, do you mean that you want to set specific colour schemes for specific pages? If so that is not currently possible unfortunately. Please try to explain a bit further if I’ve misunderstood you.

    Best regards,
    Rikard

    #615842

    Hi,
    You’re right, that’s the querry, I would like to create different page models (with a different main color for each page).
    Just wondering as I saw this request from other Enfold users and It’s my second web site project in which it would have been great.
    Thanks for your answer !
    Have a nice week,

    #617000

    Hi!

    You can apply the changes using following custom CSS code

    .page-id-59 .main_color { color: black !important; }

    You can post your feature requests here – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

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