xd adobe code
hi, i have been given an xd adofe file and wish to apply the elements on the ste.
e.g regarding menu i have been given this css https://i.imgur.com/h7Wpqci.png .how and where do i apply it in order to have this view of menu?
i am sure that i don't just apply it on the custom css/js field but with a precise way.
thanks
Comments
Hello,
If you want to apply this CSS to your menu, you should catch a specific class and assign it to them.
After that, you can put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
If you do not know how to do it, you should contact your web developer.
Thanks
could you give me an example of adding this menu code and i will apply this ,also for the other elements?
For this, I would need a link to your website.
Also, you will have to tell me what exactly you want to achieve.
Thanks
thank you. where please can i show you private details?
P.S i have already shared credentials and url on older post
I do not know which CSS you exactly want to use because most of these properties from your screenshot can be set through the theme options.
But here you have an example how these CSSs should look like:
Thanks
e.g here regarding the 3 buttons login sign up and the account person image..https://i.imgur.com/pu3P2vs.png
should i create 3 menu items or is there another more appropriate way?
if i should create menu items, i should create these three items and apply code?
i tried to make them and for the first (login) i made this css and applied it on css of theme:
/*top button login*/
#top_button_login {
top: 67px;
left: 1055px;
width: 113px;
height: 37px;border: 1px solid #1C2C59;
opacity: 1;
}
then i edited the menu item https://i.imgur.com/WZXZoZo.png
But it does not work https://i.imgur.com/H29RtLR.png
thank you
This should not be an ID but a class, so it should look like this ".top_button_login".
But I think in the case where you want to have two buttons and an icon, you should use the Header Builder plugin.
You can learn more about this tool under the following links:
https://support.muffingroup.com/video-tutorials/how-to-build-a-custom-header/
https://support.muffingroup.com/documentation/header-builder/
Thanks