Header, footer, and SEO
Header
Orravo Theme > Header & Footer controls:
- Logo upload and retina source (
orv_logo_retina) - Logo height (
orv_logo_height) - Nav height (
orv_nav_height) - Sticky behavior (
orv_nav_sticky) - Transparent-on-hero toggle (
orv_header_transparent,orv_header_trans_text) - Header colors (
orv_header_bg,orv_header_text_color) - Optional secondary bar (
orv_secondary_bar) with its own bg, color, and text - Header CTA (
orv_nav_cta_label,orv_nav_cta_url) - Search affordance (
orv_nav_search)
If ONav is active it takes over the nav rendering and reserves space via --orv-onav-bar-h. The theme reads it in the spacer <div id="orv-header-space">.
Footer
The footer pulls from:
orv_footer_copyright- footer textorv_footer_layout- column count (default3col)orv_footer_show_cta,orv_footer_cta_text,orv_footer_cta_btn_*orv_social_twitter,orv_social_github,orv_social_linkedin,orv_social_youtube,orv_social_facebook,orv_social_instagram,orv_social_tiktokorv_back_to_top- back-to-top button toggle
Three widget areas, Footer Column 1 through 3, render in the footer columns.
Announcement bar
orv_announcement_bar (boolean), orv_announcement_text, orv_announcement_link, orv_announcement_bg, orv_announcement_color. Renders above the header.
SEO
inc/seo.php handles Open Graph tags, Twitter card meta, JSON-LD for posts and pages, and preloads the body and heading fonts so first paint does not block on font fetch. There is no SEO admin UI inside the theme - install Orravo SEO Recovery Kit for redirects, sitemap, and the 404 monitor.
Performance subsystem
inc/performance/ ships four classes that lazy-load front-end CSS and defer non-critical scripts:
Orv_Perf_Bootstrap,Orv_Perf_Audit,Orv_Asset_Router,Orv_Critical_Css,Orv_Delay_Scripts
They activate when Settings > Performance > Defer non-critical CSS is enabled.

