Reply 192702 to: change color of search or header

Avatar: Rose Tyler
Rose Tyler
Support staff
May 10, 2018 at 16:07

– Please edit content of this text block and change http://prntscr.com/jg62pj to http://prntscr.com/jg62um, because if text starts from new line in page code will be added <br>, like – http://prntscr.com/jg63oh.
– The color you can also change by editing the content – http://prntscr.com/jg644w
– Set here 0px – http://prntscr.com/jg64sw to remove default margin value.
– Add custom class for row http://prntscr.com/jg65ju
and use this custom css code:

.top-bar p:empty {
  display:none;
}
.top-bar .widget_icl_lang_sel_widget, .top-bar .vc_row {
    display:  inline-block;
}
.top-bar .vc_row {
    margin-top: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

chanage .vc_row in the code to your custom class.
The result should be like on this screenshot – https://prnt.sc/jg69a9

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.