Color

Permalink Browser Info Environment
Hello

I have another two questions:

- How can I change the background-color from the submenu mouseover-effect from white to brown?

- How can I change the background-color from the main menu in the smartphone-view from white to brown?

Thank you for your support.

Kind regards
Enrico

Type: Ticket
Status: Archived
emr
View Replies:
corywebb replied on at Permalink Reply
corywebb
Hi emr,

For both of these, you'll need to add custom CSS in the customizer. Here is a good tutorial for using the customizer:https://www.youtube.com/watch?v=4WwJimPplEk... . The "Custom CSS" option is at the very bottom of the customizer.

For the first question, are you trying to change the whole drop-down to a brown background, or just the background when you mouseover a link in the dropdown?

For the second question, add the following CSS in the "Custom CSS" option:

@media (max-width: 420px) {
    .ccm-page nav.navbar .navbar-nav {
        background-color: [YOUR BACKGROUND COLOR];
    }
    .ccm-page nav.navbar .navbar-nav > li > ul {
        background-color: [YOUR BACKGROUND COLOR];
    }
    .ccm-page nav.navbar .navbar-nav > li > ul > li > a {
        background-color: [YOUR BACKGROUND COLOR];
    }
    .ccm-page nav.navbar .navbar-nav > li > ul > li > a:hover, .ccm-page nav.navbar .navbar-nav > li > ul > li > a:active, .ccm-page nav.navbar .navbar-nav > li > ul > li > a:focus {
        background-color: [YOUR BACKGROUND COLOR] !important;
    }
}


Remember to replace
[YOUR BACKGROUND COLOR]
with your background color.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.

concrete5 Environment Information

# concrete5 Version
Core Version - 8.2.1
Version Installed - 8.2.1
Database Version - 20170802000000

# concrete5 Packages
Motif (0.9.4), Simple Gallery (1.0.3), Whale Grid Gallery (2.3.3)

# concrete5 Overrides
None

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

# Server Software
LiteSpeed

# Server API
litespeed

# PHP Version
7.0.23

# PHP Extensions
apcu, bcmath, bz2, calendar, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, intl, ionCube Loader, json, libxml, litespeed, mbstring, mcrypt, mysqli, mysqlnd, OAuth, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, pspell, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, sqlite3, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib

# PHP Settings
max_execution_time - 240
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1500
memory_limit - 256M
post_max_size - 16M
sql.safe_mode - Off
upload_max_filesize - 16M
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
opcache.max_accelerated_files - 2000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 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

You may not request a refund that is not currently owned by you.