Dave

Registered
Sorry to be a pain with the questions today!
I've seen where I can resize the text for the welcome notice, but I was wondering where I would need to look to resize the entire block?
Is it also possible to exclude the welcome notice from certain pages?
Very much appreicate your help.
 
So under: Style properties -> Notices, you can go to the bottom property "Welcome notice" and reduce the padding there. Reducing the font size there there will also make the notice overall smaller.

To hide from specific pages you'll need to use custom CSS:

Code:
[data-template="whats_new"], [data-template="xfmg_whats_new_media_comments"]
{
.xb-welcome-notice { display: none; }
}

Something like this.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back