modifying beez3 template

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
xanterra
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Apr 08, 2010 8:50 pm

modifying beez3 template

Post by xanterra » Fri Dec 13, 2013 10:14 pm

Hi, I am new to Joomla and using Joomla 3.1 version and trying to modify beez3 template to display only my logo, see enclosed image, my logo is black image in front of red part.
I need your expertise on following;
- How to remove red part so only logo will appear? I tried to change template colour but that does not help
- How to move my logo ( black image) left or right ? is there any way to make it in the middle of page or change its position?

I tried to search and tried few things with no success, hoping that senior Joomla users can direct me to correct topic or answer me here.
You do not have the required permissions to view the files attached to this post.
Last edited by imanickam on Sat Dec 14, 2013 5:04 pm, edited 1 time in total.
Reason: Moved the topic from the forum Templates for Joomla! 2.5 to the forum Templates for Joomla! 3.x
Cheers,
XanterRa

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28203
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: modifying beez3 template

Post by imanickam » Sat Dec 14, 2013 3:41 am

From where the Red color comes from?

What is your site's URL so that others can see what is happening?
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

xanterra
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Apr 08, 2010 8:50 pm

Re: modifying beez3 template

Post by xanterra » Sat Dec 14, 2013 3:09 pm

Hello, here is my test site.
http://www.s497735293.onlinehome.us/joomla/
I can provide its admin credential if you need.
Red colour comes with default template, i mean when i installed this site, i have also installed all sample data so i can learn how to edit/modify things by practicing.
there is a settings under;
extension > template manager > select beez3 > edit > options > template clour at the bottom
I have played with this settings but could not get rid of red colour and neither move my logo in to the middle of page.
Cheers,
XanterRa

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28203
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: modifying beez3 template

Post by imanickam » Sat Dec 14, 2013 4:56 pm

(a) Removing the color: Add the following css entry at the end of the file red.css that is located in the directory \templates\beez3\css

Code: Select all

.logoheader {background-color: transparent;background-image:none;}
(b) Center the logo: Add the following css entry at the end of the file red.css that is located in the directory \templates\beez3\css

Code: Select all

#logo {width:100%; text-align:center;}
#logo img {display: inline;}
Note: Make a copy of the file before editing it.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

xanterra
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Apr 08, 2010 8:50 pm

Re: modifying beez3 template

Post by xanterra » Mon Dec 16, 2013 4:59 pm

Hello, i have followed steps as below but results still same, i have also attached red.css file.

Steps:
1- Back up red.css
2- update red.css with above entry, see enclosed example/
3- upload red.css into /joomla/templates/beez3/css location on the server side where joomla installed

unfortunately i still see the same red banner and logo is in the same place.

Am I missing anything?
You do not have the required permissions to view the files attached to this post.
Cheers,
XanterRa

xanterra
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Apr 08, 2010 8:50 pm

Re: modifying beez3 template

Post by xanterra » Mon Dec 16, 2013 9:43 pm

Hi, i just re-checked my test site and now noticed that all settings are working as expected.
Thanks you so much for your help.
Cheers,
XanterRa

xanterra
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Apr 08, 2010 8:50 pm

Re: modifying beez3 template

Post by xanterra » Sat Dec 13, 2014 3:35 am

Hello Ilagnayeru,

I am still working on my site and trying to change background coolor to gray, same clour as the header.
I tried to use firebug to inspect the page but when I change the red.css and upload to the site, I don't see any changes.
All I want to do is to make al white background colour to gray including Menu tables.
Can you please let me know which parameter I should change in enclosed red.css file?
You do not have the required permissions to view the files attached to this post.
Cheers,
XanterRa

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28203
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: modifying beez3 template

Post by imanickam » Sat Dec 13, 2014 4:28 am

What is your site's URL so that others can see what is happening and offer suggestions?
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

xanterra
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Apr 08, 2010 8:50 pm

Re: modifying beez3 template

Post by xanterra » Sat Dec 13, 2014 3:34 pm

Cheers,
XanterRa

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28203
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: modifying beez3 template

Post by imanickam » Sat Dec 13, 2014 5:09 pm

Glad that you have shared the site's URL. Reviewed the site and the header color is White - not Grey.

Providing an image with markings to convey your thoughts would be of help.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

xanterra
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Apr 08, 2010 8:50 pm

Re: modifying beez3 template

Post by xanterra » Sat Dec 13, 2014 10:21 pm

Hi, please find enclosed screenshot which I was able to modify via firebug. I have also enclosed position.css if needed. I am trying to do similar background changes on my site but I could not find which parameter I should change in which .css file. In the screen shot there are 3 section I need to modify:
1- Exterior background color
2- interior background color
3- background in Menu table which I need to display all gray without white borders
Site url:http://www.s497735293.onlinehome.us/joomla/

Your help is much appreciated.
You do not have the required permissions to view the files attached to this post.
Cheers,
XanterRa

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28203
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: modifying beez3 template

Post by imanickam » Sun Dec 14, 2014 6:26 am

Reviewed the URL provided.

For (1) edit the following css entry that is available in the file red.css (located in the directory /templates/beez3/css) and change the background color.

Code: Select all

body{background:#eee}
For (2) you have to edit multiple css entries.
(a) Edit the following css entry that is available in the file position.css (located in the directory /templates/beez3/css) and add the css attribute background-color.

Code: Select all

#header {
    display: block !important;
    position: relative;
    padding: 8em 0 0 0;
    overflow: hidden;
}
(b) Edit the following css entry that is available in the file layout.css (located in the directory /templates/beez3/css) and add the css attribute background-color.

Code: Select all

.breadcrumbs,.article-info {
	padding: 7px;
	margin: 0 0 18px;
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
(c) Edit the following css entry that is available in the file position.css (located in the directory /templates/beez3/css) and add the css attribute background-color.

Code: Select all

#contentarea,
#contentarea2 {
    position: relative;
    overflow: hidden;
    padding: 0 20px !important;
    margin: 0;

}
For (3) edit the following css entry that is available in the file red.css (located in the directory /templates/beez3/css) and change the background color.

Code: Select all

.moduletable_menu{border:solid 1px #ddd;background:#f9f9f9}
Additionally, if you do not want borders, you may have to remove the border attributes from the corresponding css, and/or remove the Module Class Suffix, and/or add the Menu Class Suffix.

Note: Make a copy of the files before editing them. All the changes suggested were tested using FireBug in FireFox.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

xanterra
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Thu Apr 08, 2010 8:50 pm

Re: modifying beez3 template

Post by xanterra » Mon Dec 15, 2014 2:18 am

it works flawlessly as instructed. Your help and guidance is much appreciated.
Cheers,
XanterRa


Locked

Return to “Templates for Joomla! 3.x”