I am developing a Wordpress website for our rugby league team.
At the home page there are two annoying border lines that are in the header but I cannot seem to get rid of them and have tried inspecting element to try and locate it but I just can't.
Can someone please try and point me in the right direction on how to get rid of it
I am using the rookie theme.
Link to my website
Try this:
.header-area-custom .site-branding {box-shadow:none;}
Related
I am building a general website that also has a documentation page. For the docs page I'm using mkdocs. I would like a link in the docs page, ideally in the top right corner, that goes back to my main webpage. I know how to put links inside the docs, but I'd like this to appear like a header. Is there a way to do this?
No, this is not possible at this time. However, this is the subject of issue #989 and may be added in the future.
I am a noob on coding. I built my site using a template and modified it with Dreamweaver.
Everything is ok to me except one thing. When the page first loads my first click on anything jumps to that section instead of scrolling to it.
I spent a lot of time reading stuff and testing but still don't have a clue how to avoid it. My site is set to go "Dreamscradle.com" and I think think it should start with "Dreamscradle.com/index.html" How do I set it?
Any help will be welcome, Thanks.
This happens because you enter the site without index.html when clicking a link it will redirect to index.html and then add the anchor. You could rewrite your links without index.html to solve the issue.
for example:
Portfolio
To:
Portfolio
Hi I need help adding the Next (newer post), Back (older post) and Home buttons in the top of the page, but am having a hard time. I currently have them at the bottom/footer of the page, and they work well down there but not at the top.
Any help is much appreciated.
here is my site for reference: https://greatestguitars.blogspot.com
Thank you,
Carlos
They cannot be created in plain HTML, as each post is going to have it's relative links different. You would have to somehow connect to the database and check the links of previous/next posts and then substitute the hrefs (urls). If you have access to Javascript you can also fetch the urls from the buttons at the bottom of the page.
I have been trying to add a logo for a windows azure active directory account.
I have added a banner logo, square logo and sign in text, when I tried to save the logo it returning an error like below.
I have followed the logo guidelines and still facing this issue. Is the issue from Microsoft or any other issue?
Few days ago I uploaded the logo I faced the same issue and now I tried to add the logo still im facing the same issue.
Anybody can please help me out in this.
Thanks in advance
I can replicate the error - if you add a banner logo, a square logo, a Sign-In Page Text Heading and then on the next page a Sign-In Page Illustration it will throw out that error.
If you either remove the Sign-In Page Text Heading, or add Sign-In Page Text it will apply the settings happily.
Hope that helps!
I'm developing a site for a local chimney sweeper who has a ton of services to offer. For best UX, we decided to make a list of services at the top of the page with a link to the matching section by div ID i.e. if you click on the 'Relining' service, you would be taken to Relining by way of 'services#relining' in the href.
This works everywhere except for when we got to iOS testing - has anyone else come across this?
Have you tried using an anchor tag for the section you want to link to?
For example: <a name="relining"></a> at beginning of the Relining <div> and linking to it using Relining
Fiddle: http://jsfiddle.net/hopkins_matt/ne6b71hb/