templates - Componentheading and contentpagetitle joomla -


if have problem componentheading , contentpagetitle.

i got sectionblog articles. title of page componentheading. title of articles (intro) contentpagetitle.

if click on title of article, can see entire article. title of page title of article (contentpagetitle), , good.

the problem is, title needs same layout componentheading. if this, titles of articles layout in sectionblog

how can make sure got 2 different styles, or contentpagetitle changes in componentheading while looking @ full article?

i don't uderstand i'm saying go http://csm.infowebpreview.be/nl/realisaties, , click on first title 'realisatie'. full article opens , title 'realisatie' should underlined now.

or correct: if article article on page title should layout

thanks

you can being more specific css selector -

this 1 apply of titles, make 1 one main heading underline -

h2.contentheadingrealisaties{border-bottom: 1px solid #333} 

then use single out article titles in listing:

.leadingrealisaties h2.contentheadingrealisaties{border:0;} 

obviously need add in rest of css, started.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -