Cannot get it to work (non-developer), tried the tutorial
-
Hello,
I tried the listed/linked tutorials but it didn’t work for me. I am not a developer at all and have very basic knowledge of CSS class and ID. I understand that there should be a hash symbol before a CSS ID and a dot before a CSS class.
I have a website where there are user profiles and I want to hide the contact details such as phone number and email address from public view and from view of certain user roles.
I opened the page for one user and right clicked on the email address and selected “inspect” to see the code for it. Since it is an email address, it automatically displays as a mailto link, so the “inspect” information shows <a href=” [the email address] “>.
That means I don’t see its class nor ID.
I tried going further up the code lines and getting the next available ID or Class based on what visually is identified in inspect mode but nothing I tried works.
- The topic ‘Cannot get it to work (non-developer), tried the tutorial’ is closed to new replies.