Home Forums Pro Themes University Hub Pro Center the website title with the logo

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #37055
    repsrpska
    Participant

    Hello.

    I have been trying to edit, but were not sucessful.

    My title is a bit not centered with the logo and I would like to eliminate the space below the logo.

    How it is:
    http://www.vukovic.info/rep1.jpg

    How it should be:
    http://www.vukovic.info/rep2.jpg

    And one more thing, how do I remove visited link color fromt he title?

    Thank you!

    #37067
    wensolutions
    Keymaster

    Hello @repsrpska,

    To center the site title and tagline use below CSS .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below CSS.

    #site-identity {
      margin-top: 60px;
    }

    Similarly to decrease the gap use below CSS and paste the CSS in above given location .

    #main-nav {
       margin-top: 7px;
       }

    You can adjust the values according to your need .

    how do I remove visited link color from the title?

    And we are not clear which particular section you are talking about . So please explain it properly with the screen shot.

    Hope this helps.

    Best Regards!!

    #37092
    repsrpska
    Participant

    Hi.

    Thank you very much. Below part is adjusted, I have managed to adjust the text, but the top part hasn’t changed at all.

    http://vukovic.info/rep3.jpg

    Since I am want to lower the upper part as well, I would need to adjust the right side where the phone number is.

    Example rep-srpska.vukovic.info

    What I mean if you visit the website. The title is white now, but after it is blue, like a visited link.

    Here you go:
    http://www.youtube.com/watch?v=Rv_pphvZBv8

    Thank you once more.

    #37099
    wensolutions
    Keymaster

    Hello @repsrpska,

    In order to remove the gap from the top use below given CSS.

    .site-header {
        padding: 0px 0 0;
    }

    To disable the visited link color use below CSS.

    .site-title a, a:visited {
        color: #fff;
    }

    Hope this helps.

    If you have any issue further, please let us know.

    Best Regards!!

    #37109
    repsrpska
    Participant

    Thank you very much!

    I apologise with all the question, I got it how it works with the css, hopefully 🙂

    It created another problem for me. All visited links are now displayed white. Meaning, I don’t see any titles on the front page from the news.

    I have two things more for now 🙂

    1) On the contact page, I have added a table to have the google maps shown next to the text, but I have not managed to remove the borderline http://rep-srpska.vukovic.info/kontakt/

    I would like that I don’t see the table at all.

    2) I thought that some calendar plugin was included, but it just displays categories. Is there any chance that you can recommend some calendar plugin which could modified with a widget to display as it is now, but having the functionality of future events, and the past ones being not displayed.

    Once again, thank you.

    #37119
    wensolutions
    Keymaster

    Hello @repsrpska,

    To disable the visited link please use below CSS.

    .site-title a, .site-title a:visited {
        color: #fff;
    }

    Now to remove the border please use below CSS.

    td {
        border: none;
    }

    As for the recommendation, we have not tested any third party plugin besides the plugin recommended by the theme itself . So other plugin might conflict with the theme .

    Hope this helps.

    Best Regards!!

    #37371
    LaMpiR
    Participant

    Thank you very much for the provided assistance.

    Now we have visited on the bottom problem.

    http://vukovic.info/rep4.jpg

    #37376
    wensolutions
    Keymaster

    Hello @lampir,

    As far as we have checked the issue locally, we do not seem to find such kind of issue .

    So can your post your site URL so that we could properly inspect the issue and provide precise fix?

    Also please post your issue by creating your own ticket so that it makes us easier to track down your issue and help you further.

    Hope this helps.

    Best Regards!!

    #37378
    LaMpiR
    Participant

    Hi. The website url is
    http://rep-srpska.vukovic.info

    Thank you

    #37434
    wensolutions
    Keymaster

    Hello @lampir,

    As we have inspected the site URL you have provided, we do not find such issue as you can see in the below screen shot.

    http://image.prntscr.com/image/d6565312795e42abad6a6622df069585.png

    So please once very the issue by yourself .

    Also if you have any issue further feel free to post them.

    Hope this helps.

    Best Regards!!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.