How to add html link to a bar or container?

Hi,

I’d like to add a html link to a header bar or container in Theme x Pro? How do I do this?

Hi,

Regretfully, that is not possible. What you can do is add a text element and add your link in it.
Then have your link fill the space of your entire container or bar.

eg. add this in text element

<a class="mylink" href="">test</a>

Then add this in Header > CSS

.mylink {  
   position:absolute;
   top:0;
  bottom:0;
  left:0;
  right:0;
}

Make sure to set your Container Self Flex to Fill Space

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.