fluid2011
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Title / Subtitlewhat’s your site link?
Forum: Themes and Templates
In reply to: [NSFW] Put image over contentspost your email add and I’ll send you an email.
Forum: Fixing WordPress
In reply to: Modify my blogto change the menu bar you just need to change the colour in the css file.
.navbar-inverse .navbar-inner { background-color: #1b1b1b; background-image: -moz-linear-gradient(top, #222222, #111111); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); background-image: -webkit-linear-gradient(top, #222222, #111111); background-image: -o-linear-gradient(top, #222222, #111111); background-image: linear-gradient(to bottom, #222222, #111111); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); border-color: #252525; }
Are you looking to get the image in the middle when you are a mobile screen size?
Cheers,
D
Forum: Fixing WordPress
In reply to: Featured Title / SubtitleHi hunnsdon,
you just need to add to the css style sheet the class and font family you want.
.featured-title { font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; }
Forum: Fixing WordPress
In reply to: Blog setupForum: Themes and Templates
In reply to: [NSFW] Put image over contentshttps://www.w3schools.com/cssref/pr_pos_z-index.asp
you could use this on your div and images
Cheers,
Da
Forum: Fixing WordPress
In reply to: Error when accessing site other then typing in the URLForum: Fixing WordPress
In reply to: Error when accessing site other then typing in the URLForum: Fixing WordPress
In reply to: Error when accessing site other then typing in the URLbeat me to the post
Forum: Fixing WordPress
In reply to: Error when accessing site other then typing in the URLHi,
Do you have a link to your site so we can see the error?
Cheers,
D
Forum: Themes and Templates
In reply to: [NSFW] Put image over contentsHi longnha,
Do you have a link to the page that you are talking about as you might be able to do this in CSS
Cheers
D
Forum: Fixing WordPress
In reply to: Date Plugin installed.Just was doing that as I got the message through.
Cheers all sorted.