Shape 5

Joomla Templates => EZ Web Hosting - Club => : lbueno August 06, 2013, 04:43:56 PM



: width of accordeon menu and size of cercles
: lbueno August 06, 2013, 04:43:56 PM
First at all, thanks for the earlier responses.

I would like the circles smaller and the items of the accordeon menu too.
Another thing, the buttons of the accordeon menu don't link, but the mouse becames a hand (only the text of the button links). How can I do the entire buttons linkeable?

Regards.


: Re: width of accordeon menu and size of cercles
: jonahh August 07, 2013, 12:18:14 PM
Hello,

You can change the big circle here:

.jdGallery .slideInfoZone h2 {
    border-radius: 300px 300px 300px 300px;
    font-size: 3.7em !important;
    font-weight: 300 !important;
    height: 300px;
    line-height: 54px;
    padding: 67px !important;
    text-align: center;
    text-shadow: none !important;
    width: 300px;
}
template.css (line 1422)

and the small circle here:

.jdGallery .slideInfoZone p {
    border-radius: 300px 300px 300px 300px;
    bottom: -338px !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    height: 120px;
    left: 372px !important;
    line-height: 24px;
    padding: 35px 30px 30px !important;
    position: absolute;
    text-align: center;
    text-shadow: none !important;
    width: 120px;
}
template.css (line 1459)

The accordion menu can be edited here:

#s5_accordion_menu h3 {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 1.2em !important;
    height: 45px !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    position: relative !important;
    transition: all 500ms ease-out 0s;
    width: 100% !important;
}
template.css (line 433)

Making entire buttons linkable would require custom CSS to change the hyperlink css and h3 css