0
Welcome Guest! Login
0 items Join Now

title variation of k2 articles in Alerion Template

    • kSamson's Avatar
    • kSamson
    • Newbie
    • Posts: 13
    • Thanks: 0

    title variation of k2 articles in Alerion Template

    Posted 10 years 6 months ago
    • I want to change the title suffix of k2 articles in Alerion Template.
      I want to titles in standard trandformation and title1 variation.

      Can You tell me how to make this.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: title variation of k2 articles in Alerion Template

    Posted 10 years 6 months ago
    • Is this site online? If so, please provide the URL to the issue.Also, please clarify this:
      I want to titles in standard trandformation and title1 variation.
      Can you please provide an annotated screenshot that shows the elements in question?

      Kind regards,
      Chris
    • kSamson's Avatar
    • kSamson
    • Newbie
    • Posts: 13
    • Thanks: 0

    Re: title variation of k2 articles in Alerion Template

    Posted 10 years 6 months ago
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: title variation of k2 articles in Alerion Template

    Posted 10 years 6 months ago
    • You can create a file using a simple text editor for custom css and name it using this format: templatefolder-custom.css (e.g., rt_alerion-custom.css). For this issue add this to the custom CSS file
      body .component-content h2 {text-transform: initial;}
      More Info here: www.gantry-framework.org/documentation/j...custom_stylesheet.md
    • kSamson's Avatar
    • kSamson
    • Newbie
    • Posts: 13
    • Thanks: 0

    Re: title variation of k2 articles in Alerion Template

    Posted 10 years 6 months ago
    • thanks for your help !!!

      But I need some help more

      Can you tell me how I can modify the font-size of title "Last articles from (author name)" at end of K2 article ?

      Special Thanks again
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: title variation of k2 articles in Alerion Template

    Posted 10 years 6 months ago
    • is this what you are looking for?
      body #k2Container.itemView .itemHeader h2.itemTitle {font-size: 2em;}
      body #k2Container.itemView .itemAuthor{font-size: 1.2em;}

      By the way, a bit of friendly advice. Getting familiar with the element inspector in either Firebug for Firefox or Chrome Dev Tools will help you to learn how to quickly identify solutions to desired style changes. More info on Chrome Dev Tools developer.chrome.com/devtools/docs/videos

Time to create page: 0.068 seconds