Skip to content

Tag: css

How do you style input that PHP posted with a CSS selector?

I want to create a webpage that posts onto itself text inserted into an input field, using CSS to stylize said text once it becomes part of the page. However, I don’t know how to refer to it with a CSS selector. I’ve done what every HTML-newb tries when encountering a problem and wrapped both the …

Replace icon button with URL image

I would know how to modify the Whatsapp icon button displayed in all pages for start a chat. In my site I have this code for the function in footer.php: The CSS is this: I wanna change the icon (fa fa-whatsapp fa-3x) with an icon that I have upload on my media library (URL image). Furthermore I would hide the

Adding a search icon to a WordPress Search bar

I am using the following WordPress function to output a WP search form: echo get_search_form(); Resulting output on the frontend topbar: I would like to add a search icon (magnifying glass) inside the placeholder. Currently I have text only inside the placeholder. I tried using the before pseudo element with …

Php echo changes position when I maximize window

So i’m try to make a globe that is clickable. After i click on it i want it to redirect me to a respective file from my localhost. This is the PHP part that i’m using to echo the globe. And the css file is this. My problem is that when T maximize the chrome window the ornaments change their

Allow css in framework [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 months ago. Improve this question How can I allow CSS in a custom framework? I use a framework from this video link. But it d…

How to use PHP code in inline CSS in HTML

I’d like to use my PHP code in Inline CSS. Let me show the code: This is my code: This is what I want to achieve: But instead, I get this: What can I do to make CSS read 22 from my PHP code? I want to change the width by changing the PHP code. By the way I’m using