officialmmt
Forum Replies Created
-
But I don’t mean Blog posts It is homepage services section
Forum: Themes and Templates
In reply to: [SpicePress] How can I change Logo sizefunction spicepress_customlogo() {
add_theme_support( ‘custom-logo’, array(
‘width’ => 500,
‘height’ => 100,
) );
}
add_action( ‘after_setup_theme’, ‘spicepress_customlogo’, 11 );When you will update the width and height then you need to again upload the site identity logo.
- This reply was modified 7 years, 6 months ago by officialmmt.
Forum: Themes and Templates
In reply to: [SpicePress] Spicepress child theme add meta sliderThanks
That is doesn’t work for me. Any more idea?
Thank you @rokasjan Yes i can do for whole page but not for a column of invoice, i have 3 column. What should i do.
Yes, i did like this and works thanks.
Thank you @rokasjan.
Hi @rokasjan,
So i should crate table for column because pdf invoicing rejecting html tags. I tryed with tables
I need fill the body section.Any idea?
- This reply was modified 7 years, 9 months ago by officialmmt. Reason: some description