Questions tagged as 'bootstrap'

1
answer

How to stylize elements that already contain predefined bootstrap class styles? [duplicate]

Hello, everyone at Stackoverflow, I'm using the bootstrap, however there are some bootstrap styles I do not think are cool. I'm putting my custom style into a css file, however the bootstrap style even prevails by linking my css styles f...
asked by 23.04.2017 / 02:55
1
answer

How to change TAB color in bootstrap

I want to change the color of when a tab is selected, it is blue, I want to change to black, I also want to change the color of the letters inside the tab, when not selected, to gray. How should I proceed? I'll leave a link to the code I'm using...
asked by 29.04.2017 / 19:05
1
answer

My preload is not working and I tried in several ways and I can not help myself

This is the code that is trying to preload only that the fadeOut effect is not working when I put Jquery, I already checked that it is pulling the file, it just does not execute the fadeOut to appear the page, I am very grateful for the help . I...
asked by 26.04.2018 / 00:40
2
answers

Setting Bootstrap Buttons

Hello, I need to adjust the bootstrap carrousel buttons so that it is next to the photo, today according to the attached photo the buttons go beyond the desired area. Can anyone help me? This is the html code of my carusel, css is comin...
asked by 08.02.2018 / 12:03
1
answer

Google Map does not appear

The google map is not showing up on my site. Code: <div class="row"> //O ERRO OCORRE QUANDO INCLUO A DIV MAP DENTRO DESSA DIV ROW <div id="map" class="col-6"></div> <div class="col-6">teste</div> </d...
asked by 10.12.2017 / 21:21
1
answer

Passing a variable in a modal bootstrap

I am developing a system in php mvc, in the administrative panel there is a page to manage users. On this page I have a table with ID | NAME | EMAIL and on the side a button to edit the data. When I click this button, I make a call to a mod...
asked by 05.11.2017 / 00:02
1
answer

How do I keep the input date bootstrap on the page?

I implemented the "date" class of Bootstrap 3. When the page is accessed, the field is rendered normally, but at the end of the page load the input text and the calendar icon simply disappear. Inspecting the element, the div tha...
asked by 02.01.2018 / 11:41
1
answer

How to bring information from the database and insert into a table (bootstrap)

Good afternoon! I have tried to bring information from the database 'user' and insert it into a table that follows the bootstrap syntax. But because of the complexity of tags I end up wrapping myself around: (    The goal is: > Select a tea...
asked by 28.12.2017 / 22:17
1
answer

Coloring field select option chosen

I have a select option field and would like the user to click submit, the system would color the When inspecting the element with chrome, I noticed that the chosen one put a style display: none and if it does it works, but that's not what I w...
asked by 04.10.2017 / 22:29
2
answers

Align images with description

I need to align two images so that they are centered, with a description below. I tried something like: <style> .thumb { width: 140px; height: 140px; position: relative; float: left; }...
asked by 02.02.2018 / 12:12