0
Welcome Guest! Login
0 items Join Now

read more color change

    • Piet's Avatar
    • Piet
    • Jr. Rocketeer
    • Posts: 21
    • Thanks: 1

    read more color change

    Posted 10 months 2 weeks ago
    • The read more button is now blue and unreadable right now.


      This is the CSS templates/rt_studius/custom/css-compiled/studius-joomla_13.css?64907ec3
      This is it now:

      .pager li > a, .pager li > span {
      display: inline-block;
      font-family: "poppins", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
      font-weight: 700;
      background: #193564;
      color: #193564 !important;

      This image is hidden for guests.
      Please log in or register to see it.


      See: www.heijen.info/test/video-haven (at the bottom of)


      This should be it:

      .pager li > a, .pager li > span {
      display: inline-block;
      font-family: "poppins", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
      font-weight: 700;
      background: #fafafa;
      color: #fafafa !important;

      This image is hidden for guests.
      Please log in or register to see it.


      How can i fix this?


      How can I solve this.

      Yours sincerely
      Piet Manders
    • Met vriendelijke groet
      Piet Manders
      www.heijen.info/
    • Karol Orzeł's Avatar
    • Karol Orzeł
    • Elite Rocketeer
    • Posts: 4787
    • Thanks: 289
    • One Crazy Dev

    Re: read more color change

    Posted 10 months 2 weeks ago
    • Hello,
      Exactly as you did in your post. Add to custom.scss following code:


      .pager li > a, .pager li > span {
      display: inline-block;
      font-family: "poppins", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
      font-weight: 700;
      background: #fafafa;
      color: #fafafa !important;
      }

      That should do it :)
    • karolorzel.com
    • Piet's Avatar
    • Piet
    • Jr. Rocketeer
    • Posts: 21
    • Thanks: 1

    Re: read more color change

    Posted 10 months 2 weeks ago
    • Karol Orzeł's Avatar
    • Karol Orzeł
    • Elite Rocketeer
    • Posts: 4787
    • Thanks: 289
    • One Crazy Dev

    Re: read more color change

    Posted 10 months 2 weeks ago
    • Hmm, not seeing this code on your website. Can you clear the cache and recompile the styles in Gantry 5?
    • karolorzel.com
    • Piet's Avatar
    • Piet
    • Jr. Rocketeer
    • Posts: 21
    • Thanks: 1

    Re: read more color change

    Posted 10 months 1 week ago
    • I have clear the cache and recompile the styles in Gantry 5.

      This is the css code in base outline.

      This image is hidden for guests.
      Please log in or register to see it.


      But it is not working

      See: www.heijen.info/test/video-haven (at the bottom of)

      Yours sincerely
      Piet Manders
    • Met vriendelijke groet
      Piet Manders
      www.heijen.info/
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: read more color change

    Posted 10 months 1 week ago
    • Hi Piet,

      Karol was saying to add it to the template custom.scss file.

      You can see details here - docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet

      Hope this helps.
    • Last Edit: 10 months 1 week ago by David Goode. Reason: Typo

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
    • Karol Orzeł's Avatar
    • Karol Orzeł
    • Elite Rocketeer
    • Posts: 4787
    • Thanks: 289
    • One Crazy Dev

    Re: read more color change

    Posted 10 months 1 week ago
    • Custom CSS/JS atom is also fine but your doing it wrong. You have to create new item and then paste css style in "Inline CSS" field. Please take a look:
      This image is hidden for guests.
      Please log in or register to see it.



      This image is hidden for guests.
      Please log in or register to see it.
    • karolorzel.com
    • Piet's Avatar
    • Piet
    • Jr. Rocketeer
    • Posts: 21
    • Thanks: 1

    Re: read more color change

    Posted 10 months 1 week ago
    • Thank you Karol Orzeł

      This was the solution.

      Yours sincerely
      Piet Manders
    • Met vriendelijke groet
      Piet Manders
      www.heijen.info/

Time to create page: 0.058 seconds