Phone Number feature

Is there a programmed way or a “feature way” to add your business phone to the top header area, of the footer area, in the X theme? I couldn’t find one going through the settings.

Hi @POPFIZZ,

Thank you for reaching out to us. You can enable the Topbar and then add your phone number e.g <a href="tel:1-234-555-5555">1-234-555-5555</a> in the Topbar Content (see screenshot)

To add the phone number in the footer, you can add it either in Footer Content by turning the Footer Content On or use Footer Widget Areas (see screenshots)

You can find the Footer Content and Footer Widget Areas options in X > Theme Options > Footer

Hope this helps!

Thank you! That worked. Is there anyway to control the formatting of the font in the top menu? It looks really sparse in that formatting.

Hello @POPFIZZ,

By default the topbar content has a font size of 11 pixels. To adjust the font size, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-topbar .p-info {
  font-size: 14px;
}

Feel free to change the font size that fits your layout.

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