Bootstrap News: Image Modifciation

You would have to add the category via PHP on top of the image. First find the PHP template(s) where your page is rendered. This could be archive.php for the overview. For single posts this is usually single.php, or content-single-post.php. It depends on your theme. Then you find where the post thumbnail is being rendered, … Read more

how to load basic wordpress css

WordPress doesn’t load any of styles on the front-end. Some WordPress functions output HTML markup with classes and IDs, but it’s the job of the theme to style to this markup. Some default styless that you’ll see, such as text-decoration on links, are just the browser’s default styles.

Content going full width even though container is not

From a quick look, the contact form fields are centered, with a left and right column. This is on a laptop display; didn’t check other devices. But, the best way to diagnose this is with the Developer Tools. Right-click your form area, select “Inspect Element” (or whatever or F12), then poke around looking at the … Read more

current menu item hover not working?

I just checked your website and found some helpful CSS for your site. Find this line of CSS and change your color code, it will surely work. For menu hover and focus (‘Use this CSS in bedcentregrimsby.css’) .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #a4cb9a; } Please feel … Read more