Modify the blue bar across the top of the theme

Permalink Browser Info Environment
HI I was wondering if you could help me make that blue bar that goes across the top of the page deeper in height so that my Amiant CSS3 menu bar (I have 2 lines) shows up well. The second line isn't very well seen on the white/blue below the bar. I just need to make it deeper. Also, if you could possibly tell me how to put a footer menu at the bottom so it can go back to the home page, I would appreciate it. I don't know how to code Css.
My webpage ishttp://wanderz.us

Thank you for your time.

I don't understand the concrete project page cause I am using my ipage and going from there. If you give me explicit instructions, aimed at someone who is not code knowledgable, I can follow directions. I did copy the package theme over to my root theme folder like the concrete 5 said to do and it is showing on my dashboard as Soul Mate Custom so that I don't mix it up with the original and mess it up totally if I do something to the code.

Can you help me? Thanks.

Type: Discussion
Status: In Progress
wanderful
View Replies:
cannonf700 replied on at Permalink Reply
cannonf700
Wanderful,
I'll do my best to describe what needs to happen but you might need to take some time to get familiar with the Concrete5 framework and a little bit of what happens when you change code.

So your issue is that the background is a fixed width and height image. you need to remove the image and rebuild the background using some new CSS rules.

You need to find the copied theme folder on your server and open it until you find the main.css file. Usually the path will look something like this: root/packages/cannonf700_soul_mate/themes/soulmate/themes/main.css

When you find the main.css file open it either using your cpanel's code editor or something like Notepad ++

go down to line 21 where you will find this line of code
#menu {
    background: url("http://www.rynomediaonline.com/rynomediaonline.com/themes/soul_mate/images/menu_bg.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 37px;
    margin: 0;
    padding: 0 0 8px;
    text-align: center;
    width: 884px;
}

You need to remove this and replace it with this:
#menu {
    background: linear-gradient(to bottom, #1e5799 0%, #2989d8 0%, #207cca 51%, #7db9e8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 74px;
    margin: 0;
    padding: 0 0 8px;
    text-align: center;
    width: 884px;
    border-radius: 10px 10px 0 0;}


You will then need to back up to line 19 of the main.css file and change the code so that it looks like this:
#body_container_inner {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin: 0;
    width: 884px;
    border-radius:10px 10px 0 0
}


That's it. It won't look exactly like it did before but should get you close enough.

Good luck

concrete5 Environment Information

# concrete5 Version
5.6.3.1

# concrete5 Packages
Amiant CSS3 Menu (0.3), Are You A Human (1.0.1), Soul Mate (1.02).

# concrete5 Overrides
languages/pt_PT, languages/de_DE, languages/nb_NO, languages/fi_FI, languages/fa_IR, languages/da_DK, languages/el_GR, languages/ar, languages/ro_RO, languages/sk_SK, languages/he_IL, languages/fr_FR, languages/es_MX, languages/zh_CN, languages/ja_JP, languages/vi_VN, languages/es_PE, languages/es_AR, languages/ru_RU, languages/zh_TW, languages/cs_CZ, languages/nl_NL, languages/it_IT, languages/es_ES, languages/sl_SI, languages/tr_TR, languages/sv_SE, themes/soul_mate_custom

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off

# Server Software
Apache/2

# Server API
cgi-fcgi

# PHP Version
5.3.13

# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, imap, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, pspell, Reflection, session, SimpleXML, sockets, SPL, SQLite, sqlite3, standard, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 120
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 20M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 20M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH

Browser User-Agent String

Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0

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.