srk13
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Themes and Templates
In reply to: [First] Remove site title from homepageHi Brenda,
Works like a charm. Thanks!
Best,
RjForum: Themes and Templates
In reply to: [First] Remove site title from homepageForum: Themes and Templates
In reply to: [Spun] Remove bullets in posts customised menuHi Paul,
Thanks a lot for taking the time to respond. The code worked perfectly fine. Much appreciated.
Best,
RjForum: Themes and Templates
In reply to: [Spun] Remove bullets in posts customised menuSo this is the entire code. I put the above code where exactly? Thanks.
/*** CUSTOM CHARITY MENU BEGIN ***/ /* Override Theme List Decoration */ ul li:before, ul ul li:before { content: none; } /* Clearfix, No Bullets */ ul#charity-menu, ul.charity-project-menu { clear: both; margin: 0 auto !important; list-style-type: none !important; } /* Charity Menu (Top-Level) */ ul#charity-menu { position: relative; } /* Project Menu (2nd Level) */ ul.charity-project-menu { position: absolute; left: 0; right: 0; padding: 0; opacity: 0; display: none; visibility: hidden; } /* List Items */ ul#charity-menu > li { padding: 6px; } ul.charity-project-menu > li { padding: 2px; max-width: 45%; } ul#charity-menu > li, ul.charity-project-menu > li { float: center; display: inline-block; } /* Charity Menu Text */ ul#charity-menu > li a { color: #444444; font-size: .9em; font-family: "Trebuchet MS", Helvetica, sans-serif; transition: .4s all; text-decoration: none; } /* Text Below Image */ .charity-project-caption { color: #999999; font-size: .75em; font-family: Verdana, Geneva, sans-serif; } /* Underline on Charity Hover */ ul#charity-menu > li.current-charity > a { border-bottom: 2px solid #ff0000; } /* Show Projects on Charity Hover */ ul#charity-menu > li.current-charity > ul.charity-project-menu { opacity: 1; display: block; visibility: visible; } /*** CUSTOM CHARITY MENU END ***/
Forum: Themes and Templates
In reply to: [Semicolon] Adding logo and changing bluebump.
Forum: Themes and Templates
In reply to: [Semicolon] Adding logo to header while keeping title and taghi ncshvdavid..
I tried inserting the above code into header.php and it worked fine. Thanks for that. But I’d like to reposition the header logo a little and was wondering if that can be done through CSS including the code required for it. Thanks again.
Forum: Themes and Templates
In reply to: [Spun] disable mobile versionbump
Forum: Themes and Templates
In reply to: [Spun] Social Media Buttons To Spun Footerbump
Viewing 8 replies - 1 through 8 (of 8 total)