Questions tagged as 'css'

1
answer

Change text "Select file" in Contact Form 7

How could I change the text in the file field of the contact form 7 plugin in Wordpress? Currently the upload button says "Select file" and has a placeholder that says "No file was chosen". I would like to change the text of the button and de...
asked by 09.02.2018 / 20:20
1
answer

white-space does not work with CSS GRID

I'm currently testing CSS GRID and I'm working with the FR fraction units, but I get an error. At first nothing happened, because I was using percentage units and I did not generate any errors, what happens here is that being a percentage uni...
asked by 29.01.2018 / 02:51
1
answer

Force change of text color using TweenMax

I have some hyperlinks with the CSS color with the property !important , because I need to change its color by default, which gives them another style sheet that I can not / should modify. .elementos { color: #fff !important; } And...
asked by 12.01.2018 / 18:58
1
answer

How to make the page to be loaded by a menu just below the menu

I would like to know how I can make the page that loads for a menu go out just below this. I leave an image to see how I get. As you can see the page that is loaded should appear just below the menu. This is the menu code <...
asked by 13.01.2018 / 04:39
1
answer

Align divs using bootstrap

<?php include "header.php"; require 'conexion.php'; ?> <!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="decription" content="etiquetas html5"> </head&g...
asked by 23.01.2018 / 16:40
1
answer

How to use the media queries for (.col-xs, .col-sm, .col-md, .col -lg) ..?

I need to know how to apply in media queries to each cell assigning the classes as seen in boostrap (Eye This practice I want to do on foot without boostrap as such), in order to apply the classes commonly called asi: .col-xs , .col-sm, .col-md,...
asked by 31.12.2017 / 03:03
1
answer

How to reverse the order of a chat in PHP?

How can I get the most recent messages on the top and the oldest messages on the bottom, the messages are stored in my database. This is my chat.php: inside is the style and a script that updates the load.php        <style> *{margin:0p...
asked by 14.06.2018 / 00:35
4
answers

Implement css in html to send an email to Outlook

I'm creating an HTML with CSS styles to send an email from asp.net, the problem is that when the email arrives in Outlook it does not respect the styles, I have already tried to put them embedded in the html, in line with the tags and with...
asked by 08.12.2017 / 00:21
1
answer

position back and above

I want to create the following figure: h h hhhhhhhh but I can not, this is my code: .car{ width:100px;} .Loader { width: 100px; height: 10px; background-color: red; } .Back { width: 10px; height:...
asked by 05.12.2017 / 23:17
1
answer

How to reduce the width of the navigation bar elements created with bootstrap?

I'm trying to reduce the width of the cells in my navigation bar. I was helped again by a colleague, @Camilo Vasquez adding bootstrap libraries and telling me how to change the source. But I'm wrong with code. With its help I have also managed t...
asked by 16.11.2017 / 02:04