-
HeaderViewing 6 posts - 1 through 6 (of 6 total)
-
July 18, 2017 at 2:45 pm #11415
Hello Mohammed
hope you are doing fine.I have 2 row header containing more than one buttons per header.
– Can I have a different format (color) per button ?
– In the second row, I want to set all element in center, is it possible?July 24, 2017 at 1:35 pm #11440Hello,
Sorry for the late reply,
There isn’t any option to change the buttons color or format but it can be done with custom css.
Let us know which button you want to change and which color you want and we will send you a custom css to match your needs.Regarding the elements,unfortunately it is not doable.
Waiting for your reply,
July 24, 2017 at 2:31 pm #11445To change the button main color you need to use this code
#creiden-headerbuilder-hotelheader-header_button-5 a { background: black; }
Just change the color “black” to any color you like
And to change the button hover color you need to use this code
#creiden-headerbuilder-hotelheader-header_button-5 a:hover { background: red; }
Just change the color “red” to any color you like.
Regarding centering the elements in the 2nd row, unfortunately there isn’t any option for it, and it cannot be done with custom css.
Let me know if any other thing is needed
Best Regards, -
You must be logged in to reply to this topic.