Change title style

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
cossy
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Wed Jul 14, 2010 2:55 pm

Change title style

Post by cossy » Wed Jul 29, 2015 5:03 pm

Hello,
on the site: http://mojaizkusnja.si/index.php if you look title lets say Latest from your blog, it have two blue lines, at top and under. I want also that title style on module above that. On title Najbolje ocenjeni ponudniki that is same style. I try to find what file to edit but cant find.
Where to edit? Im trying to find in theme.css but cant find it :(

tnx for help

User avatar
Costas Sacas
Joomla! Intern
Joomla! Intern
Posts: 91
Joined: Fri Apr 01, 2011 3:23 pm
Contact:

Re: Change title style

Post by Costas Sacas » Wed Jul 29, 2015 6:09 pm

Hi,

the file you are looking is located on this path: templates/ot_ilan/css/theme.css

and the code that you need to change is this:

Code: Select all

.title-border .uk-panel-title span {
    border-top: 3px solid #64b5f6;
    border-bottom: 2px solid #80cbc4;
    padding: 10px 0;
}
For the top border change this color in the code: #64b5f6

For the bottom border change this color in the code: #80cbc4

Please let me know if you've found it and if you managed to change the code.
Joomla templates: http://www.sanaathemes.com

cossy
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Wed Jul 14, 2010 2:55 pm

Re: Change title style

Post by cossy » Wed Jul 29, 2015 6:26 pm

Im sorry but i think that you didnt understand what i want to do. If you look title "najbolje ocenjeni ponudniki" i what that is this title same like title latest froum our blog

You told me that i change just color with same color?

Sorry but i dindt understand...

Mr. Wimpy
Joomla! Explorer
Joomla! Explorer
Posts: 448
Joined: Fri Dec 02, 2005 10:46 am
Location: The Netherlands

Re: Change title style

Post by Mr. Wimpy » Thu Jul 30, 2015 6:46 am

Hey,

Add " title-border" (without "", but including the space) to Module class suffix.

It depends on the module, but usually you can find it under the tab Advanced.

Good luck.

cossy
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Wed Jul 14, 2010 2:55 pm

Re: Change title style

Post by cossy » Thu Jul 30, 2015 7:01 am

Thank you mr. wimpy, it works like a charm :D

User avatar
Costas Sacas
Joomla! Intern
Joomla! Intern
Posts: 91
Joined: Fri Apr 01, 2011 3:23 pm
Contact:

Re: Change title style

Post by Costas Sacas » Thu Jul 30, 2015 6:19 pm

Hi,

sorry, I've understood from your post that you want to change title borders colors and you couldn't find the CSS file.

My explanation is on how to change the title borders colors. I've pointed the 2 colors in the code(#64b5f6 and #80cbc4) that you should change with the colors that you want, but only if you need other colors than the ones that you have now.
Joomla templates: http://www.sanaathemes.com

cossy
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Wed Jul 14, 2010 2:55 pm

Re: Change title style

Post by cossy » Fri Jul 31, 2015 7:43 am

Tnx Costas for help :)


Locked

Return to “Templates for Joomla! 3.x”