Hello,
Please read our documentation how to create one-page menu https://www.8theme.com/demo/docs/royal/#!/3_one_page .
Unfortunately we can’t know what element was used on this site http://www.merinet.com/ . Sorry.
Regards,
Eva Kemp.
This topic has 41 replies, 3 voices, and was last updated 10 years ago ago by Robert Hall
Hello,
Please read our documentation how to create one-page menu https://www.8theme.com/demo/docs/royal/#!/3_one_page .
Unfortunately we can’t know what element was used on this site http://www.merinet.com/ . Sorry.
Regards,
Eva Kemp.
Unfortunately we can’t know what element was used on this site http://www.merinet.com/ . Sorry.
What element would you recommend to create such a block menu then?
Cheers
Vincent
Hello,
You may try to use Banner or Single Image element in Visual Composer editor.
Regards,
Eva Kemp.
Also, i followed the instructions regarding the one page set up but can’t find the one pge custom layout, I’ve got default, main, main menu.
Menu has been created
cheers
Vincent
Hello,
You set incorrect links in menu settings. I’ve edited them http://prntscr.com/9qh7kr. If you use two words for anchors you need write hyphen between them, don’t use space http://prntscr.com/9qh8u3, http://prntscr.com/9qh93p. To activate one page menu I’ve selected Custom navigation and enabled One Page Navigation option in your home page editor http://prntscr.com/9qh9gj.
Check one page navigation now.
Regards,
Eva Kemp
Hey Eva,
How are you doing?
Thanks for every thing
Last but not least, I would like to change the color of the menu links
Also on the club section, I would like to
– change the color of the bullet points
– create a one line Parce qu’on est super sympas (I don’t know why but it goes side to side with third sentence)
thanks
Vincent
Hello,
– To change menu color add this code in Theme Options > Custom CSS > Global Custom CSS:
.menu > li > a {
color: red;
}
Write color value you need.
– Add this code in Global Custom CSS:
.list li:before {
color: #CDA85C !important;
}
Write color value you need.
– Add this code in Global Custom CSS:
.list li {
display: block;
}
Regards,
Eva Kemp.
excellent,
Thanks Eva,
Just two last things,
how do I change the text and color of the more “details buttons” in the posts > QUOI DE NEUF section?
how do I change the color of the job title in L EQUIPE section?
how do I add the facebook widget to my footer > see footer
thanks
Vincent
Hello,
1) You can change text in wp-content\themes\royal\framework\theme-functions.php file on line 2898
To change button color try to add this code in Global Custom CSS
.thumbnails-x .btn_group a{
background: #AB9999;
}
2) To change title color you need edit Text Block setting. See screenshot: http://prntscr.com/9rnm8l
3) Do you want to move the ‘FACEBOOK LIKE BOX’ widget to top of the column?
Regards,
Robert Hall.
hey Robert,
thanks for the updates,
Do you want to move the ‘FACEBOOK LIKE BOX’ widget to top of the column?
I would like to be featured next to recent posts
cheers
vincent
I did it. Please check footer now.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up