PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, November 10, 2022

[FIXED] How to edit element.style { } in wordpress so that it applies to my gridbuilder widget

 November 10, 2022     css, styles, wordpress     No comments   

Issue

I want to modify so that the text in my box is displayed in white and not in black.

[Screenshot][1]





It works in the google console so I'm sure it's this attribute that needs to be changed.
I tried to modify the CSS code in the wordpress editor as well as in the gridbuilder editor, but nothing works...


  [1]: https://i.stack.imgur.com/WfuPY.png

Solution

"element.style{}" isn't an element inside your code. You need to find the correct element in your code and apply it to that specific element.

See this link Chrome Docs



Answered By - timm094
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing