0
Welcome Guest! Login
0 items Join Now

How can I add a Dropshadow to my Fonts.

    • Biber1131's Avatar
    • Biber1131
    • Jr. Rocketeer
    • Posts: 22
    • Thanks: 0

    How can I add a Dropshadow to my Fonts.

    Posted 9 years 3 months ago
    • I need a drop shadow to my text because it falls away from the main page. Please see at Sportfishonly.com
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: How can I add a Dropshadow to my Fonts.

    Posted 9 years 3 months ago
    • Biber1131 wrote:
      I need a drop shadow to my text because it falls away from the main page. Please see at Sportfishonly.com

      How about something like this instead, In your [JOOMLA-ROOT]/templates/rt_isotope/custom/scss/custom.scss (<--CLICK this is link) file add this:
      .g-flexslider-slideshow-item-title, .g-flexslider-slideshow-item-desc {
          background: rgba(255, 255, 255, .7);
          width: 65%;
          margin: 0 auto;
      }
      .g-flexslider-slideshow-item-link:after {
          content: "";
          display: block;
          background: rgba(255, 255, 255, .5);
          width: 15rem;
          height: 4.75rem;
          margin: 0 auto;
          margin-top: -4.75rem;
      }
    • Biber1131's Avatar
    • Biber1131
    • Jr. Rocketeer
    • Posts: 22
    • Thanks: 0

    Re: How can I add a Dropshadow to my Fonts.

    Posted 9 years 3 months ago
    • The New Gantry 5 editor, I am confused how to get into the "coded" Backend of the site. It used to be quite simple. Just Going to Template Manger> Isotope> Edit. Now when I go to edit it takes me to the Gantry Backend... How to do even get to the backend to add this?
  • Re: How can I add a Dropshadow to my Fonts.

    Posted 9 years 3 months ago
    • Dan gave you a link up there with the documentation how to add a custom.css file.
      Just follow the link and read the gantry 5 documentation, it's quite easy.
      In that custom.css file put the css styles Dan gave you.
    • The following users have thanked you: DanG

    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: How can I add a Dropshadow to my Fonts.

    Posted 9 years 3 months ago
    • Biber1131 wrote:
      The New Gantry 5 editor, I am confused how to get into the "coded" Backend of the site. It used to be quite simple. Just Going to Template Manger> Isotope> Edit. Now when I go to edit it takes me to the Gantry Backend... How to do even get to the backend to add this?

      With Gantry 4 you get edit your custom.css file directly in the Template Manager Edit screen however with Gantry 5 the file is custom.scss. As Joomla hasn't seen fit to add support for this file extension yet you have to create the file locally and then upload to your server.
      Once there then you can edit directly in Template Manager.

      The link I provided should explain everything.

Time to create page: 0.077 seconds