Modifying Header-Logo on Homepage Slider

Permalink Browser Info Environment
Hey there! I absolutely LOVE your theme.

I had a question:
What files do I need to modify in order to:

A) Hide the header logo from the main banner on a homepage
B) Change the size of the header logo on the main banner on the homepage

Specifically, my client has requested a larger logo on the homepage. I'd like to hide it from the slider and place a big one lower OR make it bigger on the slider for the home page.

1 Attachment

Type: Pre-Sale
Status: In Progress
sethmartin
View Replies:
nipper15 replied on at Permalink Reply 1 Attachment
nipper15
Hi, sethmartin

Please overwright a style sheet using custom CSS.
Click a Gear icon to Page Settings > Design > Theme Castomize > Custom CSS.
Please add the following cord.
Click Save Changes and This page button.

Hide the header logo:
@media (min-width: 768px) {
   .front-page .header-logo {
      display: none;
   }
}


Change the size of the header logo:
@media (min-width: 768px) {
   .front-page .header-logo {
      width: foo-px !important;
   }
}


If I want to hide a search block, add the following cord.
@media (min-width: 768px) {
   .front-page .header-search {
      display: none;
   }
}


See below.
http://documentation.concrete5.org/editors/in-page-editing/the-tool...


Thanks.
Wolfish replied on at Permalink Reply
Wolfish
Hi!

I love this theme and wanted to play with the logo too. I tried using:

@media (min-width: 768px) {
   .front-page .header-logo {
      width: 200px !important;
   }
}


Under Custom CSS to increase the size of the logo on the front page, but it ignored me.

Adding the image tag did the job though:

@media (min-width: 768px) {
   .front-page .header-logo img {
      width: 200px !important;
   }
}


Depending on the size you make the logo, you may have to shimmy the search box down a bit too (which you can do under the same @media section, and it's usually set at 43%):

.front-page .header-search {
   bottom:40% !important;
}


I know this was posted a while ago, but might help someone still. ;)
Jen

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.5.5
Version Installed - 5.7.5.5
Database Version - 20151221000000

# concrete5 Packages
Customize Editing Interface (0.9.1), Event Calendar (3.3.5), Fruitful (1.2), HonestWebsites Simple testimonials (1.0.0), PDF Viewer (1.0.1), Simple Slider (1.0), Stucco (1.0.0), SVG Social Media Icons (0.9.6), Tallyho Theme (1.3.8), Vivid Carousel (1.0.1), Vivid Simple Accordion (1.0.1).

# concrete5 Overrides
languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/nb_NO/LC_MESSAGES/messages.mo, languages/nb_NO/LC_MESSAGES, languages/nb_NO, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/nb_NO/LC_MESSAGES/messages.mo, languages/nb_NO/LC_MESSAGES, languages/nb_NO, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
5.5.32

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, hash, htscanner, iconv, imap, intl, ionCube Loader, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, Reflection, session, SimpleXML, soap, sockets, SPL, sqlite3, standard, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 4000
memory_limit - 512M
post_max_size - 128M
sql.safe_mode - Off
upload_max_filesize - 128M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 1440
soap.wsdl_cache_limit - 5

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

Click below to request a refund for License #7893374. Assigned to HealthWithin.
Created on Feb 27 2016 at 2:45 pm
.