New Landing How can we help? Themeforest Theme Support Dante Top Bar & Header left text size

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Dante
  • #77097
    garymogford
    Member
    Post count: 8

    Hi

    I am trying to find a way to increase the size of the txt in the Top Bar & Header left text

    Is there any css i can add?

    Kind regards

    Gary

    #77117
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to Theme Options > Custom CSS

    #top-header .th-left {
      font-size: 14px;
    }

    – Kyle

    #77172
    garymogford
    Member
    Post count: 8

    Hi Kyle,

    Many thanks for that.

    Is there any CSS code I can use to do the same with the Top Bar Txt?

    Kind regards

    Gary

    #77368
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes but it depends what you are using in your topbar, if you could provide me with your link I will give you the css to change the font size in the topbar ๐Ÿ™‚

    – Kyle

    #77371
    garymogford
    Member
    Post count: 8

    Hi Kyle

    This is the link to the site

    http://a38carcommercialrecovery.co.uk

    kind regards

    Gary

    #77386
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok try this custom css:

    .tb-text {
      font-size: 15px;
    }

    – Kyle

    #77387
    garymogford
    Member
    Post count: 8

    Many thanks Kyle that worked a treat ๐Ÿ™‚

    #77388
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

    #91011
    Feggel
    Member
    Post count: 6

    I also tried editing the text size for Header Left Text.
    But the custom css isn’t loaded.

    Also when I refresh the theme, the old text information (contact us on 000 or info@dante..) is shown.
    Not the new information that I saved in the Theme Header Options panel.

    #91114
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Make sure you are entering into the correct field, there is both ‘header left config’ and ‘topbar left config’

    – Kyle

    #117655
    murageinc
    Member
    Post count: 34

    I’m using Dante version 2.6 and top-header, th-left and th-right now seem to be top-bar, tb-left and tb-right resp. in the CSS. I’ve tried

    #top-bar .tb-left { font-size: 14px; }

    and even tried inserting .header-overlay in front, but nothing works. What am I missing?

    #117657
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Could you please provide your link so I can check?

    – Kyle

    #117695
    murageinc
    Member
    Post count: 34
    #117697
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your theme custom css options.

    
    #top-bar .menu > li > a, #top-bar .menu > li.parent:after {
    font-size: 14px!important;
    }

    -Rui

    #117706
    murageinc
    Member
    Post count: 34

    Thanks Rui. That did it… but ouch! That’s getting quite complicated. Looks like you guys need to add this to the theme options ๐Ÿ™‚

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register