ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    WordPress Divi site - links are invisible

    Scheduled Pinned Locked Moved IT Discussion
    31 Posts 4 Posters 1.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DashrenderD
      Dashrender @scottalanmiller
      last edited by

      @scottalanmiller said in WordPress Divi site - links are invisible:

      @Dashrender said in WordPress Divi site - links are invisible:

      @scottalanmiller said in WordPress Divi site - links are invisible:

      @Dashrender said in WordPress Divi site - links are invisible:

      @scottalanmiller said in WordPress Divi site - links are invisible:

      @Dashrender FYI, the link shows up in blue for me.

      yes, it does now because I made the text blue... but I shouldn't need to do that...

      and no matter what color I make the text of the phone number, it goes invisible on iphone.

      Oh, so you already made the changes. Why shouldn't you need to make it a specific colour? If the default is white, then you'd need to choose something different.

      Oh iPhone.....

      I would expect android to do the same - it knows a phone number is something you can call with...so....

      Same as on a desktop, so no reason to think that Android would do it.

      OK - I get that... I have no android to test it on at the moment.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        Android...

        Screenshot_20190715-112008_Chrome.jpg

        DashrenderD 1 Reply Last reply Reply Quote 0
        • DashrenderD
          Dashrender
          last edited by

          Here is what I think is the css for the page
          54e5b5c7-7229-4446-b54d-c05508b047af-image.png
          b6bb0618-5dde-4af8-9eb1-500d7dd41eee-image.png

          I've never dealt with css before - so I'm currently completely lost here.

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            It is back to white again.

            1 Reply Last reply Reply Quote 0
            • DashrenderD
              Dashrender @scottalanmiller
              last edited by

              @scottalanmiller said in WordPress Divi site - links are invisible:

              Android...

              Screenshot_20190715-112008_Chrome.jpg

              That's a huge problem - it's not displaying my new text at all!

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @Dashrender
                last edited by

                @Dashrender It's a mobile version of the site. It's a different page. You have a theme that renders mobile separately from desktop.

                DashrenderD 1 Reply Last reply Reply Quote 1
                • scottalanmillerS
                  scottalanmiller @Dashrender
                  last edited by

                  @Dashrender and that CSS clearly shows that the default is white. And if you do a page inspection, it shows white as well in the CSS, as expected.

                  1 Reply Last reply Reply Quote 0
                  • CloudKnightC
                    CloudKnight
                    last edited by

                    a { } is link and #ffffff is white.

                    scottalanmillerS DashrenderD 2 Replies Last reply Reply Quote 1
                    • scottalanmillerS
                      scottalanmiller @CloudKnight
                      last edited by

                      @StuartJordan said in WordPress Divi site - links are invisible:

                      a { } is link and #ffffff is white.

                      Exactly. Behaving as expected.

                      1 Reply Last reply Reply Quote 1
                      • DashrenderD
                        Dashrender @CloudKnight
                        last edited by

                        @StuartJordan said in WordPress Divi site - links are invisible:

                        a { } is link and #ffffff is white.

                        Thank you - this was actually helpful. As mentioned above, I know nothing of css - nor color codes, etc.

                        scottalanmillerS 1 Reply Last reply Reply Quote 2
                        • CloudKnightC
                          CloudKnight
                          last edited by

                          No problem, if you don't know, you don't know 🙂

                          1 Reply Last reply Reply Quote 1
                          • DashrenderD
                            Dashrender @scottalanmiller
                            last edited by Dashrender

                            @scottalanmiller said in WordPress Divi site - links are invisible:

                            @Dashrender It's a mobile version of the site. It's a different page. You have a theme that renders mobile separately from desktop.

                            There must be something I'm missing, I clicked the mobile page editor in DIVI and it shows me all the new text and the red text I made, etc. I don't see a place in DIVI specifically (the front end editor) to view/change that.

                            And why is the mobile for iphone different from mobile for Android?

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @Dashrender
                              last edited by

                              @Dashrender said in WordPress Divi site - links are invisible:

                              @StuartJordan said in WordPress Divi site - links are invisible:

                              a { } is link and #ffffff is white.

                              Thank you - this was actually helpful. As mentioned above, I know nothing of css - nor color codes, etc.

                              Standard colour stuff. It's "additive colours" and uses a 00 - FF scale. So it is RGB. So FF0000 is Red, 00FF00 is Green, 0000FF is Blue. Other than learning the scale of 0-256, it's the same RGB system used pretty much universally. So 000000 is black, 777777 is medium grey, FFFFFF is white.

                              DashrenderD 1 Reply Last reply Reply Quote 1
                              • DashrenderD
                                Dashrender @scottalanmiller
                                last edited by

                                @scottalanmiller said in WordPress Divi site - links are invisible:

                                @Dashrender said in WordPress Divi site - links are invisible:

                                @StuartJordan said in WordPress Divi site - links are invisible:

                                a { } is link and #ffffff is white.

                                Thank you - this was actually helpful. As mentioned above, I know nothing of css - nor color codes, etc.

                                Standard colour stuff. It's "additive colours" and uses a 00 - FF scale. So it is RGB. So FF0000 is Red, 00FF00 is Green, 0000FF is Blue. Other than learning the scale of 0-256, it's the same RGB system used pretty much universally. So 000000 is black, 777777 is medium grey, FFFFFF is white.

                                I've never used that scale before - thanks for the info.

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @Dashrender
                                  last edited by

                                  @Dashrender said in WordPress Divi site - links are invisible:

                                  @scottalanmiller said in WordPress Divi site - links are invisible:

                                  @Dashrender said in WordPress Divi site - links are invisible:

                                  @StuartJordan said in WordPress Divi site - links are invisible:

                                  a { } is link and #ffffff is white.

                                  Thank you - this was actually helpful. As mentioned above, I know nothing of css - nor color codes, etc.

                                  Standard colour stuff. It's "additive colours" and uses a 00 - FF scale. So it is RGB. So FF0000 is Red, 00FF00 is Green, 0000FF is Blue. Other than learning the scale of 0-256, it's the same RGB system used pretty much universally. So 000000 is black, 777777 is medium grey, FFFFFF is white.

                                  I've never used that scale before - thanks for the info.

                                  The RGB additive is standard, the 00 - FF is more unique, but is the most standard for 24 bit colour systems.

                                  1 Reply Last reply Reply Quote 0
                                  • DashrenderD
                                    Dashrender
                                    last edited by

                                    Will @BRRABill help, I found where to change the color setting globally for links.

                                    Thanks Willard.

                                    1 Reply Last reply Reply Quote 2
                                    • 1
                                    • 2
                                    • 2 / 2
                                    • First post
                                      Last post