Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

VW One Page PRO

Home Forums VW Theme VW ONE PAGE PRO THEME VW One Page PRO

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #7405
    msanchezrosagro
    Participant

    Hi, I want to remove the top bar ONLY in the mobile version because the e-mail doesn´t view very well. Can I hide this by a aditional CSS?
    Thank a lot.

    #7409
    developer vwtheme
    Participant

    Hi,

    Thank You for choosing us!

    Which Theme you are currently using?

    #7415
    msanchezrosagro
    Participant

    VW One Page PRO, as you can read in the subject of the message.

    #7416
    msanchezrosagro
    Participant

    What I really need is to make the size of the letters in the top bar smaller because it exceeds 16 characters and makes it go down to the next line in the mobile version, how could this be solved without having to hide the complete bar? I really want that information to appear at the top of the page.

    Thanks a lot.

    #7421
    developer vwtheme
    Participant

    Hi,

    Kindly provide us with the site URL to review the issue.

    Thank You

    #7660
    msanchezrosagro
    Participant

    (mobile version)

    Thanks.

    #7677
    developer vwtheme
    Participant

    Hi,

    As per your query, we have seen your site in mobile view and we are giving you some easy steps and CSS to show as per your wish.

    Go to Dashboard >> Apperance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (max-width: 576px){
    .contact_details ul li {
    display: inline-flex;
    color: #ffffff;
    font-size: 12px !important;
    }
    }

    If you need any other help please let us know.

    Thanks

    #7931
    msanchezrosagro
    Participant

    Thanks! And… is possible align all the items at left? Phone number, mail and social icons.

    Thanks a lot.

    #7938
    developer vwtheme
    Participant

    Hi,

    Most Welcome.

    As per your query, sorry for the phone number and email position cannot be changed due to the logo is there but we are giving you some easy steps and CSS to change the position of social icons.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .top_bar .socialbox {
    text-align: left;
    padding-top: 5px;
    padding-left: 6%;
    }

    @media
    screen and (max-width: 767px){
    .top_bar .socialbox {
    text-align: center;
    padding-left: 0;
    }
    }

    If you need any other help please let us know.

    Thanks

    #8254
    msanchezrosagro
    Participant

    And is it possible to change only the dark blue color of the right side of the top bar for the same blue color that I am using on the left side so that the text can be read correctly ?. Only that part, not all secondary colors.

    #8255
    developer vwtheme
    Participant

    Hi,

    As per your query, we are giving you some easy steps and CSS to change the top bar color of the right side.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .top_bar {
    background: rgba(0, 0, 0, 0) linear-gradient(120deg, #25adeb 65%, #25adeb 35%) repeat scroll 0 0;
    }

    If you need any other help please let us know.

    Thanks

    #9734
    katraymond
    Participant

    Hello there,

    I just bought the Onepage Pro Theme, and I cannot deactivate or remove the author text to put my copyright text, can you help me with this problem?

    #9737
    developer vwtheme
    Participant

    Hi,

    As per your query, we are giving you some easy steps to add your copyright text and CSS to remove the credit link of the company.

    1.Go to Appearance >>Theme setting>> Footer Text.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    span.credit_link {
    display: none;
    }

    If you need any other assistance please let us know.

    Thank you

    #12500
    Michel Berger
    Participant

    y a un saut.bonjour, voici l’u

    #12508
    developer vwtheme
    Participant

    Hola,

    ¡Gracias por elegirnos!

    ¿Podría por favor elaborar el problema que está teniendo?

    Para que podamos ayudarte.

    Poco más información sobre el problema nos ayudará a brindarle una mejor solución.

    Gracias

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