Hello
1) I notice in category "About Us", that the first title has the color I assigned, and the rest titles are black.
It's also the same in the demo template.
Why is like this?
Is it possible to change the black color in the titles?

2) In category "Our Blog", inside the articles, the main title is linked.
How can I unlink it, and how can I change the color in the titles??

    technova76

    1 - You need to add this also:

    .full-section .t3-mainbody .about-us .group .content-desciption h2 {
        color: #eb697d;
    }

    2 - Share me admin + FTP account here, I will check for you.

    5 days later

    Hi technova76

    I updated this file: /templates/ja_donate/html/com_content/article/default.php to load new title info of article:

    /templates/ja_donate/html/layouts/joomla/content/item_title2.php

    in this new file, I remove the link of article title.

    Thank you.
    Out of curiocity, why you put number 2 next to the title, if there is no other file in the same folder with the same title?
    The copyright info I see at the top, are important? Should it be there?

    Can you give the same pink color to the title "Donation Campaigns" in the campaign category, and also inside each campaign (the main title)?

      technova76

      By default, the 'item_title.php' file helps to render the article title with link, I created a new file and choose above name, then customize to remove the link.

      Thanx.
      I'm waiting for your answer about the color...

      technova76 Can you give the same pink color to the title "Donation Campaigns" in the campaign category, and also inside each campaign (the main title)?

      You mean this one? could you share the URL of that page?

      technova76

      You can try with :

      .campaign-detail .campaign-description > h2 {
          color: #eb697d;
      }

      I sent you detailed guideline for how to customize this tiny task, pls try to use it, it will save time for both you and us.

      This is what I see for the "Donation Campaigns" title. No code for color.
      Can you change it please, and give a center align?

        technova76

        What you're asking is customization task, of course, there is no code available by default.

        .dt-donate.campaigns h1.dth-page-title {
            color: #eb697d;
            text-align: center;
        }

        If you're not familiar with code, you should hire a developer to get it done for you.

        You are the developers for the site. You know how something can change, as it is your own creation. 🙂

        Thank you very much.

        Write a Reply...
        You need to Login to view replies.